Need help for make endings and trophies for my game

Hello, I’m new to developing and still learning about Roblox developing. I’m so confused about to make endings. These’s SO many choices that I have. And that’s why I’m confused. Now I’m trying to make “Owner Only! Ending” In this ending, if a player touchs to “Owner Only!” door, player dies and a gui fades out that shows the ending that player got. Cause of my “huge brain”, I can’t make this. Can you help me please? This is the best way to learn developing (i think)

note: bad english

1 Like

I’ve done ending games before and it’s not that hard, let’s break it down into pieces:

  1. Touch Event;
  2. Make player die when touched;
  3. Send a remote event to the client saying what ending he got;
  4. Receive that remote event, update your GUI and fade it.

Here’s some info to help you:

1 Like

Thanks for help. I hope you have a great day : ]

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.