If I would want to make an steering wheel in the body (workspace) of the car, I would need to add RemoteEvent, because I am detecting Value from Client and I need it to connect with server.
Notice the top left corner in Client. It picks up value from SteerC and rotates 360 times the value (to simulate a real steering wheel).
So I learned a bit of connecting Client and Server using the RemoteEvents, but the events were parented to Workspace. My question is, where should I parent the RemoteEvent to connect Client with Server (A-Chassis)?