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?