Advertisement
Guest User

Untitled

a guest
Apr 18th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. local Player = game.Players.LocalPlayer
  2. _G.chat = true
  3. while wait(0.1) do
  4. if _G.chat == true then
  5. for i,v in pairs(Workspace:GetChildren()) do
  6. if v.Name == "diamond" then
  7. v.CFrame = Player.Character.HumanoidRootPart.CFrame
  8. end
  9. end
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement