Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- char = owner.Character
- hed = char.Head
- root = char.HumanoidRootPart
- for i = 1,25 do
- wait()
- hed.face.Transparency = hed.face.Transparency + 0.1
- for _,v in pairs (char:children()) do
- root.Anchored = true
- if v:IsA("Part") then
- v.Transparency = v.Transparency + 0.1
- end
- if v:IsA("BillboardGui") then
- v.Enabled = false
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement