macaren15 Posted January 21, 2012 Share Posted January 21, 2012 How can I make a script that shows a messege when I enter a certain worldspace this is what I made so far: Begin gamemode if player.getinworldspace Triplezero == 1 showmessage 000WelcometoTriplezero End any help will be appreciated Link to comment Share on other sites More sharing options...
Jeux Posted January 22, 2012 Share Posted January 22, 2012 Make a trigger. Give that trigger an object script. Begin OnTriggerEnter Player, not gamemode Then have some control variable like DoOnce to make sure the message doesn't happen again. or disable the trigger altogether. Link to comment Share on other sites More sharing options...
Recommended Posts