Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hello there if you could respond to this that would be awesome. Anways heres my question how can I test to see if the player is touching a specific objects. For example a spike and then have them destroyed and respawn. I know how to make the player die just not how to check if the player is touching a specific object. If you or anyone else could help that would be awesome :D.

Use the function if (place_meeting(Desired object)){

instance_destroy;


}

and then re-spawn code which i don't know.