Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. local function clear (idk)
  2.  
  3. idk.Transparency = 0
  4.  
  5. end
  6.  
  7. local function show (block)
  8.  
  9. block.Transparency = 100
  10.  
  11. end
  12.  
  13.  
  14. while(1)
  15. do
  16. clear(game.Workspace.Part)
  17. show(game.Workspace.Part)
  18. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement