Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Script By AliefAthallah --
- script.Parent.Touched:Connect(function(part)
- local human = part.Parent:FindFirstChild("Humanoid") -- Find Humanoid --
- if human ~= nil then
- human.WalkSpeed = 50 -- Humanoid Walk Speed change --
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement