Shadows2003

test roblox

Sep 2nd, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. -- Made by Shadows
  2. _G.on = true
  3. local plr = game.Players.LocalPlayer
  4. local char = plr.Character.HumanoidRootPart
  5.  
  6. while _G.on do
  7. game.Workspace.Rings.Sellx2.CanCollide = false
  8. game.Workspace.Rings.Sellx2.CFrame = char.CFrame + Vector3.new(0,math.random(-1,1),0)
  9. wait(0.1)
  10. local Remote = game:GetService("ReplicatedStorage").RebirthEvents.requestRebirth
  11. local Arguments = {
  12. [1] = 500 -- Set this higher of needed. Max is 500 set san roi dung set nua
  13. }
  14.  
  15. Remote:FireServer(unpack(Arguments))
  16.  
  17. end
Advertisement
Add Comment
Please, Sign In to add comment