eea

heavy

eea
Dec 5th, 2021 (edited)
617
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. for i, v in pairs(owner.Character:GetDescendants()) do
  2. if v:IsA("BasePart") or v:IsA("Part") then
  3. v.CustomPhysicalProperties = PhysicalProperties.new(100,0,0,0,0)
  4. end
  5. end
Add Comment
Please, Sign In to add comment