Advertisement
realstar101

Bring Diamond/Shard On spawn.

Jun 23rd, 2017
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. local b = game.Workspace[".Ignore"]
  2. local c = b[".ServerEffects"]
  3. while wait() do
  4. for i,v in pairs(c:GetChildren()) do
  5. if v.Name == "Shard" or v.Name == "Diamond" then
  6. v.Position = game.Players.LocalPlayer.Character.Torso.Position
  7. --elseif v.Name ~= "Shard" or "Diamond" then print("No")
  8. end
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement