Advertisement
HenloMyDude

joofil's invisible thing

Nov 20th, 2019
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. char = owner.Character
  2. hed = char.Head
  3. root = char.HumanoidRootPart
  4. for i = 1,25 do
  5. wait()
  6. hed.face.Transparency = hed.face.Transparency + 0.1
  7. for _,v in pairs (char:children()) do
  8. root.Anchored = true
  9. if v:IsA("Part") then
  10. v.Transparency = v.Transparency + 0.1
  11. end
  12. if v:IsA("BillboardGui") then
  13. v.Enabled = false
  14. end
  15. end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement