LynXS_

Untitled

May 20th, 2024
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. -- be R15 and wear layered clothing
  2. for _,s in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do
  3. if s:IsA("Motor6D") and s.Name ~= "Neck" then
  4. local fard = s.Parent
  5. s:Destroy()
  6. fard.CFrame = CFrame.new(9e9 * _,9e9* _,9e9*_)
  7. wait()
  8. end
  9. end
Add Comment
Please, Sign In to add comment