Terminate Line overhead GUI, need help!

Right now, I’m making a nice SCP game and really want and or need a Don’t Cross The Red Line thingy that when you cross it was a certain team, a overhead gui with the word “TERMINATE” will show above your head.

For example, if you were TeamA and walked over the time, nothing will happen but if you were teamB and walked over the line, a Terminate gui would pop up above your head.

I’ve seen so many videos and they don’t work so if you can help, much appreciated!

You can have a .Touched event for the red line, check if it’s a player by using the GetPlayerFromCharacter() method, check if that player is on Team B, then clone a billboard gui and parent it to their head

2 Likes

Thanks for the help, I really appreciate it!