Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
497
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. if game.PlaceId == 340416369 then
  2. -- printconsole("Shard Seekers")
  3. game.Players.LocalPlayer:Kick("Fuck off")
  4.  
  5. local shards = workspace.CurrentCamera:FindFirstChild("Shard1", true);
  6. while not shards or shards.Name ~= "Shard1" do
  7. shards = workspace.CurrentCamera.DescendantAdded:wait().Name;
  8. end
  9.  
  10. shards = shards.Parent;
  11.  
  12. while wait(2) do
  13. pcall(function()
  14. for i, v in pairs(shards:children()) do
  15. -- print("Found a shard: " .. v:GetFullName())
  16. v.CFrame = workspace.Camera:FindFirstChild("Character", true).Torso.CFrame
  17. end
  18. end)
  19. end
  20. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement