Advertisement
BINO2002

Untitled

Apr 28th, 2019
632
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. while true do
  2. wait(1)
  3. game.ReplicatedStorage.Events.Rebirth:InvokeServer()
  4. wait()
  5. for i,v in pairs (workspace:GetDescendants()) do
  6. game:GetService("RunService").RenderStepped:Wait()
  7. if v.Name == "Gem" and v:IsA("BasePart") then
  8. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  9. end
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement