Advertisement
metilol

Untitled

May 1st, 2018
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. while true do
  2. wait()
  3.  
  4. game.Workspace.Meti2000.Head.Transparency = 1
  5.  
  6. RA = game.Workspace.Meti2000.Head:Clone()
  7. RA.Parent = game.Workspace
  8. RA.Transparency = 0
  9. RA.CanCollide = false
  10. RA.Anchored = true
  11.  
  12.  
  13.  
  14. RA.Orientation = Vector3.new(math.random(-1,180),math.random(-1,180),math.random(-1,180))
  15.  
  16.  
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement