Clyclop

Untitled

Nov 23rd, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. local Player = game.Players.LocalPlayer
  2. if Player.Name == "clyclop12345" then
  3. for i, v in pairs (game.Workspace[Player.Name]:GetChildren()) do
  4. if v:IsA("Part") then
  5. v.Transparency = 1
  6. end
  7. end
  8. end
Add Comment
Please, Sign In to add comment