[SOLVED] Players not able to see other tools

Hello-

I have ran into an issue where players are unable to see each other’s tools and their holding. For example, if I was holding a sword, I would be able to see it. Whereas, other players in the game would just see my hand raised as if I was holding something.

For starters, players are given tools via a LocalScript in StarterPlayer > StarterCharacterScripts. In addition, players are also given tools via a script under ServerScriptService. In all situations, the tools are cloned from ReplicatedStorage into the player’s backpack.

This has me very confused… Does anyone know why this would be? Is anyone else having this issue?

1 Like

Make sure scripts inside tool are “ServerScript” and not Localscript,

Rember:
Localscript → Only you can see it
ServerScript → Everyone can see it on server.

1 Like

Just give tools from server side like the @Sonostrano20 said.

1 Like

Okay yah this seems to be the issue. haha, thanks for the help.