Making A Trolley

I want a model to be attached to the player like this and i would assume you would have to program it

Does anyone know how I would go about doing this?

1 Like

You would need to make an animation with the player’s arms holding the trolley like in the picture. You should make a server script in ServerScriptService to play the animation when a player joins or when the trolley is equipped. Make sure the animation is looped. Put the trolley in ReplicatedStorage. Clone the trolley in ReplicatedStorage and parent it to the player’s torso. Test the game. The trolley is probably not positioned and rotated correctly. Adjust the trolley’s CFrame to fit with the hands.

You’d also have to weld the trolley to the player, or if you want an easier way, you could make a motor6D in it, and animate the trolley with the player aswell.

WeldConstraint/Weld the trolley to each arm.

how would i adjust the CFrame to do so