Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-3

How do i change Someones speed when they enter the game?

Asked by 9 years ago

I am confused on how to change someones speed from 16 to 60 automatically when they enter the game. Can anyone help me?

1 answer

Log in to vote
0
Answered by
Link43758 175
9 years ago

Normally, it would work like this:

-- PlayerAdded event
    -- Wait for a child in workspace with the player's name, set it to a variable 'char'
    -- wait for the 'Humanoid' child in 'char'
    -- modify the WalkSpeed value in Humanoid
-- and of course, end

Got any questions? Comment and I'll reply fast.

Ad

Answer this question