Advertisement
sina4

Gurd

Oct 27th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. while true do
  2. wait(0.01) --check for missing parts.
  3. if game.Workspace:FindFirstChild("A") == nil then
  4. game.Workspace.hi.Disabled = true
  5. wait (0.5)
  6. game.Workspace.hi.Disabled = false
  7. wait (0.5)
  8.  
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement