Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Insert a script into StarterCharacterScripts and add this: script.Parent.Humanoid.WalkSpeed = 50 (or whatever)
@TheEliteYoutuber0241
local character = script.Parent local hum = character:WaitForChild('Humanoid') hum.WalkSpeed = 50
Looks like your connection to Scripting Helpers was lost, please wait while we try to reconnect.