Advertisement
Moses_Gaming_Studio

Speed Pad Script - Roblox Studio

Dec 16th, 2020
476
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. script.Parent.Touched:Connect(function(hit)
  2. local player = game.Players:GetPlayerFromCharacter(hit.Parent)
  3. if player ~= nil then
  4. player.Character.Humanoid.WalkSpeed = 40
  5. end
  6. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement