I need help trying to set a spawnpoint in on the ilios lighthouse map for a gamemode im trying to make and I know very little when it comes to game scripting. I would appreciate the help because I want to become a game developer as well.
You can teleport players to specific point after player choosed hero by checking (HAS SPAWNED == TRUE) and using teleport function.
Basically, check when the Event Player is alive & has spawned so that you know they’ve joined the game and they just spawned in. Then, teleport them to the spawn point you want.
Here’s a code for it as well as debug hud text to show your position.
Code: 1QPZ8
Edit: Created a video tutorial for it as well