ApplySpecificImpulse (Method)

From Legacy Roblox Wiki
Jump to navigationJump to search
ApplySpecificImpulse( Vector3 impulseWorld )
Returns nil
Description: Changes the SkateboardPlatform's Velocity to the provided Vector3.
Member of: SkateboardPlatform


Example
Here is an example of what you might use to make the skater do an ollie.
SkateboardPlatform:ApplySpecificImpulse( Vector3.new( 0, 60, 0 ) )