Advertisement
Alief_Athallah

OnTouchedPad (Pad_Speed)

Oct 25th, 2020
553
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. -- Script By AliefAthallah --
  2.  
  3. script.Parent.Touched:Connect(function(part)
  4.     local human = part.Parent:FindFirstChild("Humanoid") -- Find Humanoid --
  5.     if human ~= nil then
  6.         human.WalkSpeed = 50 -- Humanoid Walk Speed change --
  7.     end
  8. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement