dady172172

Speed World

Oct 22nd, 2019
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.59 KB | None | 0 0
  1. --https://www.roblox.com/games/3191992205/Speed-World-BETA
  2. --https://github.com/dady172172/Roblox-Cheats
  3. while wait() do    
  4.     for _,g in pairs(game:GetService("Workspace").Bolts:GetChildren()) do
  5.         for _,v in pairs(g:GetChildren()) do
  6.             if (v.Name == "Radius") then
  7.                 wait(.01)
  8.                 v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  9.             end
  10.         end
  11.     end
  12.     for _,g in pairs(game:GetService("Workspace")["B_Spawner"]:GetChildren()) do
  13.         for _,v in pairs(g:GetChildren()) do
  14.             if (v.Name == "Radius") then
  15.                 wait(.01)
  16.                 v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  17.             end
  18.         end
  19.     end
  20. end
Advertisement
Add Comment
Please, Sign In to add comment