Tools not replicating?

Just doing a basic clone of a tool from repstor to backpack, for some reason other people can’t see the tool, but they can see the hand move up. Also, my tool has stopped working from the client. It was working when my script was on the server, although I needed to move to client for other reasons.

tool = game:GetService("ReplicatedStorage").LinkedSword:Clone()
tool.Parent = player.Backpack

You need to clone the tool from server script to replicate to all client. That’s it.
Bye.
:sweat_smile:

1 Like

Why do you add a weird emote to every post?