Skip to content

Commit

Permalink
Update Main.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Gelatekussy authored Jul 30, 2022
1 parent 2830673 commit 7f55b17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ do --// Extra Properties, Anchor Claim
Part:ApplyImpulse(Vector3.new(30,0,0))
Part.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
Part.RootPriority = 127
Part.Massless = true
task.spawn(function() -- Stability
Part.Anchored = true
task.wait(0.2)
Expand Down

0 comments on commit 7f55b17

Please sign in to comment.