Advertisement
Waghog

ncld

Sep 28th, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. game.Players.LocalPlayer.Character.ChildAdded:Connect(function(v) wait()
  2. if v:IsA("Folder") then
  3. if v.Name ~= "Artifacts" and v.Name ~= "Boosts" and v.Name ~= "ManaAbilities" and v.Name ~= "Blocking" and v.Name ~= "InDialogue" and v.Name ~= "Danger" then
  4. print(v)
  5. end end end)
  6. game:GetService("RunService").RenderStepped:Connect(function()
  7. if not game.Players.LocalPlayer.Character.Humanoid.WalkSpeed == 26 then
  8. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16 end end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement