Advertisement
eea

crush2

eea
Aug 21st, 2021 (edited)
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. local e = Instance.new("Part",script)
  2. e.CustomPhysicalProperties = PhysicalProperties.new(100, 0.3, 0.5, 1, 1)
  3. e.Position = Vector3.new(0,5000,0) + owner.Character.Head.Position
  4. e.Size = Vector3.new(2048, 90, 2048)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement