I want to make a script where you have to shoot something and then eleport to the next room. Any help?
This is what i have so far...
Okay so quite a few problems here. 1. you dont need a while loop if your using waittill 2. self MoveTo("teleport_model_1", .5, .05, .05); your trying to move the player to something thats not defined in that function. Also you would just move the player to model_1 as thats what you defined it as.