#I wanna make a a deco that can only show up in one player screen, but wont show up in others.

1 messages · Page 1 of 1 (latest)

vast haven
#

The deco is like a text, when a player did something, the deco will be visible to them ONLY. Others will not be able to see it unless they do it aswell.
[For Multiplayer 4.x]

undone bay
vast haven
#

I want to make it so only THAT player will be able to see the deco while others who havent do the requirements (aka "press the button") will not be able to see it

undone bay
undone bay
vast haven
#

You have player 1 and player 2

#

Player 1 and 2 press the exact same button

#

Player 1, can see a red box.

#

Player 2 can see nothing.

#

From player 1 screen, he can see the deco

#

From player 2 screen, he cant.

#

Im not asking about how to make the deco dissapear, im asking how to make it visible to ONLY that specific player.

undone bay
# vast haven *sigh* let me explain this in more detail

Basically use a only [player] script with an if that checks if the player who interacted the button's (something that identifies the difference between them, aka teams, names, etc) = (player 1 team,name, etc) then only [interactor] script that sets the opacity of this deco to 100

vast haven
undone bay