Script:
game.Players.PlayerAdded:Connect(function(player)
player.CharacterAdded:Connect(function(character)
-- Wait until the character's humanoid is loaded
local humanoid = character:WaitForChild("Humanoid")
-- Set the player's speed to 75
humanoid.WalkSpeed = 75
end)
end)
Download
0 formats
No download links available.
Speed script for Studio lite + Roblox studio | NatokHD