Advertisement
BINO2002

Untitled

Sep 16th, 2019
421
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. _G.Loop = true -- activate blackhole bye bye game xd made by TheInvisible_#8856
  2. while _G.Loop == true do
  3. for _, child in pairs(game.Players:GetChildren()) do
  4. wow = child.Name
  5. local tbl_main =
  6. {
  7. game:GetService("Workspace")[wow]
  8. }
  9. game:GetService("ReplicatedStorage").Events.TeleportToSpawn:InvokeServer(unpack(tbl_main))
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement