#how do I make a subtitle show to all players
1 messages · Page 1 of 1 (latest)
@knotty spear
Need 3 things
- Event sender
- event definition
- event receiver
Get the event definition configure it and name it anything ANYTHING AT ALL preferably “get all” “all” “all players”
NEXT configure the event sender to the name you chose for the event definition and also for the second option choose all
In doing this, every time you activate the event sender it sends sorta like a bluetooth signal to EVERY PLAYER in the game over to the event receiver
Anything after the event receiver or what will be activate for every player and in this case will be a subtitle
You don’t need the player property
But it’s right
Just trigger the event sender and wire a subtitle to the receiver
What does? The subtitle?
Or the receiver
@knotty spear Remove the player port
Yea like that also
For the subtitles player input just use a get local player
its just the player itself from their own perspective
local player for me is myself, local player for you is yourself
Get local player is just whoever is running the circuits but i’m this case SINCE everyone is running the circuits everyone is the local player
For example if you click a button or trigger volume or interaction volume your the local player
yup