replica:IsReplicatedFor(player: Player): boolean
Server OnlyChecks whether a given player is currently within this Replica's replication scope without tracking that state yourself.
Parameters
player*Player | The player to check. |
Returns
booleantrue if the player currently receives this Replica.
if replica:IsReplicatedFor(player) then
print("Already visible to this player")
end