Don’t know if this has been asked, but is there a way to increase the size of a collision box in game? I have a box collision that I want to get bigger when you buy a skill, effectively increasing the range for a melee attack that the collision is used for. I’ve tried to mess with the ‘Set Box Extents’ function but couldn’t get anything to work. Probably missing something simple but I’m at a loss! Any help or better ways to go about this would be appreciated! Thank you!
Set scale 3d

Thanks for the quick response however I was being dumb and never hooked up my logic to buy the skill for the size increase, after hooking it up it worked as intended by just adding to the extents I’ll keep your reply in mind though as I’ll probably run into this again! Thank you!