I am trying to make drone physics with character controllers, but i have no idea how to even start. I tried making it go towards the camera cframe, but that didn’t really work. Thank you in advanced
1 Like
You should probably not be using the character controller. That is mostly meant for characters how they traditionally are on roblox or at least similar. You should probably be using a local script to directly let the player control the physics of an item using the physics constraints. Just make sure the player owns the drone otherwise the server will ignore its updates.
2 Likes