andly654321

d.e.d.g

Aug 1st, 2020 (edited)
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. local me = game.Players.LocalPlayer
  2. local body = me.Character
  3. local second = body.LowerTorso.Root:Clone()
  4. body.LowerTorso.Root:Destroy()
  5. second.Parent = body.LowerTorso
  6. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  7. if v:IsA("MeshPart") then
  8. v.Transparency = 0.6
  9. end
  10. end
Add Comment
Please, Sign In to add comment