Advertisement
CWP4

Dunk Power Script - Hoops (Demo)

Mar 19th, 2021
12,087
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. local strength = 1000000000000000000000000000000000000 --
  2. local Plr = game.Players.LocalPlayer
  3. if Plr.Character then
  4. local descs = Plr.Character:GetDescendants()
  5. for i = 1, #descs do
  6. local desc = descs[i]
  7. if desc:IsA"BasePart"then
  8. desc.CustomPhysicalProperties = PhysicalProperties.new(100, 0.3, 0.5)
  9. end
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement