Pls add coded collision

Ok, so hear me out, you can already edit the collision shape for an object in the object menu. But what if you wanted to change it mid-game for a temporary purpose? You could add a new code box (If that’s not what they’re called, pls correct me) that allows you edit the X/Y of the collosion shape, so that way like if I wanted to add a crouch feature to a game of mine, and I wanted to change the collosin shape to allow the player to fit I could code so when blank key is pressed the Players Y size of their collosion changes to fit the area. But in the end, it’s just an Idea.

1 Like

you can use a seperate object constantly teleporting to the main object as a hitbox
non solid, nor moveable, enable collisions
you can use a message and collision behavior to relay the collisions to the main object

Joints can also be used to add collision to the object too.