#I am so confused, please help
19 messages · Page 1 of 1 (latest)
Basically whenever it checks if someone has the key it always says they own it no matter if they actually own it!
Depends what he needs
Well if he just needs to check the local player then that should work
But that might be it
But if that's not what he needs it might just be better to do that
If he needs it set constantly so I would guess it's betters to be used with 1hz
random from list breaks with 30hz iirc
Well from my understanding his system just check a random person from the get all players chips and check to see if they own the room key or whatever he needs and just gives them a display above there head
Why get a random from a list when you can just get the local player when they join and if they own it they have the display
Doesn't need to be set at 30hz tho
.
@drifting aurora so instead of a 30hz use a 1hz or a "player joined" and use a if player is local instead of the system you currently have for getting each player
Dont try and have 1 person do everything for everyone
In your system, everyone is checking if anyone has a role and doing it for everyone
Just have everyone do it for themselves and themselves only
Everyone has their own version of circuits, all you need to do is say:
When the local player joins ( Event Receiver (Player Joined) + If Player Is Local), check if the local player has the key using Player Owns Key
On key check complete, if the local player has the key, display a world UI, and give them a role
@bitter moth @atomic mist @drifting aurora
Thank you cryptic