You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you set the player's skin using SetSpawnInfo and later change the skin with SetPlayerSkin, and then enable spectator mode with TogglePlayerSpectating, a discrepancy will occur.
When the player exits spectator mode, they will see the skin set by SetPlayerSkin, but other players will still see the skin defined by SetSpawnInfo.
Edit: Maybe it also happens with player classes.
The text was updated successfully, but these errors were encountered:
If you set the player's skin using
SetSpawnInfo
and later change the skin withSetPlayerSkin
, and then enable spectator mode withTogglePlayerSpectating
, a discrepancy will occur.When the player exits spectator mode, they will see the skin set by
SetPlayerSkin
, but other players will still see the skin defined bySetSpawnInfo
.Edit: Maybe it also happens with player classes.
The text was updated successfully, but these errors were encountered: