Advertisement
ferryjancoeg

Thanos Simulator TP GEMS TO YOU [ROBLOX EXPLOIT]

May 19th, 2018
763
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.48 KB | None | 0 0
  1. FIRST EXECUTE AUTO REBIRTH
  2.  
  3. while true do
  4. game.ReplicatedStorage.Events.Rebirth:InvokeServer()
  5. end
  6.  
  7.  
  8. === 2 EXECUTE THIS.
  9.  
  10.  
  11. while true do
  12. wait(1)
  13. game.ReplicatedStorage.Events.Rebirth:InvokeServer()
  14. wait()
  15. for i,v in pairs (workspace:GetDescendants()) do
  16.     game:GetService("RunService").RenderStepped:Wait()
  17.     if v.Name == "Gem" and v:IsA("BasePart") then
  18.         v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  19.     end
  20. end
  21. end
  22.  
  23. SOURCE : V3RMILLION
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement