GetCloudSpeed
From Onset Developer Wiki
Description
Get the cloud movement speed for the client.
Syntax
GetCloudSpeed()
Parameters
- This function has no parameters.
Return Value
- Returns the cloud movement speed that was set with SetCloudSpeed.
Example
AddEvent("OnPlayerSpawn", function()
local speed = GetCloudSpeed()
AddPlayerChat("Cloud speed: "..speed)
end)
See also
__EDIT_ME__