[no help] big tool make character fly

guys i have a problem

so basically in my game i have a giant bloxy cola that the character can hold as a tool

however when the player equips it it does weird things to them

lemme show you a video

as you can see whenever i equip the tool it does weird stuff like noclips me

wut i have done:

  • disabled cancollide, anchored, and fluidforces (idk what that does) on all parts of the tool

tool in explorer:

i have no lines of code that modify the tool’s properties in the script
the weld constraint is to connect the handle and model

plz help

gracias

Make the tool Massless. The weight of the tool causes this problem.

4 Likes

Make the parts massless, if you haven’t heard of this, it is a property to remove weight from parts. If you want mass, turn on custom physical properties and set them to your liking. Hope this helps :happy3:

1 Like

ah i see, gracias @gameCoder1210 and @PretzlNoob

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.