#I am so confused, please help

19 messages · Page 1 of 1 (latest)

drifting aurora
#

Players owns key will not work correctly, please help me.

#

Basically whenever it checks if someone has the key it always says they own it no matter if they actually own it!

bitter moth
#

Most of those chips break when set up on 30hz

#

Use a 1hz Instead

atomic mist
#

Or a player joined

#

That might work

bitter moth
#

Depends what he needs

atomic mist
#

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

bitter moth
#

If he needs it set constantly so I would guess it's betters to be used with 1hz

bitter moth
atomic mist
#

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

bitter moth
#

Doesn't need to be set at 30hz tho

bitter moth
#

@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

mystic notch
# drifting aurora Basically whenever it checks if someone has the key it always says they own it n...

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

atomic mist
#

Thank you cryptic