MoveStateChanged (Event): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>ArceusInator wow |
>ArceusInator wow |
(No difference)
|
Revision as of 18:27, 30 December 2010
|
Example
function onMoveStateChanged( newState, oldState ) print( "The SkateboardPlatform's oldState was " .. tostring( oldState ) ) print( "The SkateboardPlatform's newState is " .. tostring( newState ) ) end SkateboardPlatform.MoveStateChanged:connect( onMoveStateChanged )