Hi, first of all, sorry for my bad English, it's not my native language, I'm using a translator.
My problem is this: I'm creating my first game, which consists of dodging obstacles. Each obstacle has a model, a hitbox that damages the player (the red one), and a platform the player can walk on (the green one). My problem is that the models move, and I don't know how to make the platform and hitbox follow the model while maintaining their position (as shown in the image). I don't need you to solve it for me. If you could give me some guidance on what I should read or what service to learn, that would be enough. Thanks in advance 😉
Note:I use the tween service to move the model