How do I make where when a object touches my player a death screen comes and lets you restart
this is my first time using construct so sorry for any inconvenience
So as — mentioned you use the Object Overlap condition.
If you want to show a screen you have two ways:
1- You create the screen in a separate layout and then use the Go To Layout action.
2- You can create the "UI" within the same layout, set it on a separate layer and then mark it as invisible. When the player dies, you use the condition "Set Layer Visible" to "Visible" and you can have a button in there to restart.