Level Rewards

Hi i want make finish line but i have no clue how i ccan add to my end menu widget some rewards. For example if player finish level under 1 minut than he get 3 stars… I cant find it anywhere can you please send screeshot or some link to video ? Thanks.

theres a bunch of time nodes so theres many ways you could accomplish this. you could for example get the time when the level starts then once the player hits the finish line (overlap event) get the time, then subtract the two to get the difference. or as shown below if its time since the level began you can use the get time seconds node then have checks to see if the time was within certain ranges. from there you just need a system to change the image that shows in the widget. anyways its going to be pretty situation dependent and will take a little forethought to make it modular but the overall premise is pretty simple. the basic idea is at the finish create the widget, on construct: get relevant data, run checks on data for reward conditions, use the data results to determine what to show in the widget.