Can we get more control over fort_character visibility? Something like this:
# Which players to set visibility for
visibility_option<native><public> := enum:
# Hide/Show for all players
All
# Hide/Show for only local player
LocalPlayer
# Hide/Show for all remote players
RemotePlayers
# Sets this fort_character visibility to visible.
Show<public>(VisibilityOption:visibility_option):void
# Sets this fort_character visibility to invisible.
Hide<public>(VisibilityOption:visibility_option):void