Advertisement
Dogeking

simple ghost script

Sep 30th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. p = game.Workspace.altaltgoku0987654321:GetChildren()
  2.  
  3. for i=1, #p do
  4.  
  5. if p[i].className == β€œPart” then
  6.  
  7. p[i].Transparency = 0.7 –edit for more/less ghostliness
  8.  
  9. end
  10.  
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement