Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local folder = nil --[[FOLDER / path WHERE THE AI ARE!]] -- dont work on Player aka game.Players
- for i,humanoid in pairs(folder:GetDescendants()) do
- if humanoid:IsA("Humanoid") then
- humanoid.WalkSpeed = 100
- --[[
- example:
- humanoid.WalkSpeed = 1000
- humanoid.Sit = true
- humanoid.HipHeight = 40
- ]]
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement