#players children not showing multiplayer

2 messages · Page 1 of 1 (latest)

cunning tulip
#

rather complex issue, im working on a 3D multiplayer game with a loadout system, when a player is spawned their loadout items are added as children, but the items wont show to anyone but the player holding them.
originally it worked when each item was deleted when unequiped then instantiated when equipped again, but doing this reset the item and lost any data so i changed to this, im not sure whats causing the issue, and im not getting any errors back

cunning tulip
#

fixed this! i was using .rpc_id(get_multiplayer_authority()) instead of just .rpc() for no reason, not sure where i picked up the habit