Advertisement
Guest User

Untitled

a guest
Dec 18th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. for i,v in pairs(game.Workspace:GetChildren())do
  2. if v.Name == "specialdiamond" then
  3. if v.Transparency == 0 then
  4. repeat
  5. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame wait()
  6. until v.Transparency == 1
  7. end
  8. end end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement