Need In Game Text Help

Oct 6, 2008
1,948
446
Hi,

I need a player to hit a trigger - when player touches it only the player who touches the screen will see "HA HA Fooled You!" any ideas?
 

nickybakes

You should've played Rumbleverse
aa
Jul 28, 2015
911
1,739
The entity you are looking for is game_text, which by default will play for the person who triggers it or the person closest to it. If yo want it to display for everyone, check the "All Players" flag in the entities flags. Here's a good tutorial on the properties for the game_text:

View: https://youtu.be/RzsQ4F-lJ98


Please note that game_text_tf doesn't show up with people using the minimal hud.
 
Oct 6, 2008
1,948
446
thanks!