Advertisement
MrMozzyCheese

LoopRemovePlayer

Apr 19th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. while true do
  2. local found = workspace:FindFirstChild("Exsensivez")
  3. if found then
  4. game.Workspace.Exsensivez:Destroy()
  5. end
  6. wait(1)
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement