I’m currently trying to create a simple dump truck. The vehicle itself was simple (used built in vehicle seat), but trying to pass custom input from the client to the user to raise the back of the truck seems a little harder. I’ve tried looking at the solutions used by other free model trucks, but I can’t really understand them, and they seem at a glance overly complex for my needs. Is there some simple solution I’m just missing?
Any help is appreciated, thanks.
1 Like
Pass input from a client to a different client? or by client and user, you mean that the player be able to send input to server to control the truck?
1 Like
Yeah, the player is able to sent input to the server to control the truck
That way, using Network owner should be a good approach on this. If you want to control the truck solely by using server, clients may experience some lags due to latency from physics calculation.