Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Player = game.Players.LocalPlayer
- if Player.Name == "clyclop12345" then
- for i, v in pairs (game.Workspace[Player.Name]:GetChildren()) do
- if v:IsA("Part") then
- v.Transparency = 1
- for i, k in pairs(v:GetChildren()) do
- if k:IsA("Decal") then
- k.Transparency = 1
- end
- end
- end
- end
- end
Add Comment
Please, Sign In to add comment