Part that enables sitting much like how VRChat avatars can have seats on.
Example: a horse PAC outfit with a seat part on the saddle - another player can press use on the seat on the saddle and they will sit on the saddle.
It would need to be serverside to an extent to create the seat and parent it to a certain position so using it works. I don't think it would be exploitable, at least no more than projectiles can be exploited.
Possible additional tasks:
- Use RenderOverride or PrePlayerDraw to accurately update where the sitting player sits
- Disable or restrict scaling on the seat so players can't make their hitboxes (use range) bigger than normal
- Allow adding the bone parts (any parts?) to the player sitting on the seat part (idea by @Earu)
- If this is done, maybe add a convar that lets players sitting on seat parts not allow seat parts to apply changes to them?
Part that enables sitting much like how VRChat avatars can have seats on.
Example: a horse PAC outfit with a seat part on the saddle - another player can press use on the seat on the saddle and they will sit on the saddle.
It would need to be serverside to an extent to create the seat and parent it to a certain position so using it works. I don't think it would be exploitable, at least no more than projectiles can be exploited.
Possible additional tasks: