So basically, I’ve seen many onscreen effects in games like jailbreak(when you successfully complete a robbery), and I’ve been wondering for a while what the best approach is. I don’t want an entire code block, because then I can’t learn anything. Any ideas? What i would want is a roblox documentation, other devforum posts like this one, etc
UPDATE:
I have tried looking across the devforum, couldn’t find anything though
When the person finished the action, make a smooth pop-up animation (you have many tutorials that explain on YouTube) in the GUI, there will be all the action (robbery for exemple) info (like number of money earned…) and a button to close the GUI. You don’t need something very complicated.
im assuming you mean the ui of the game. you can use tutorials like this or like this to learn how to tween ui and make it visible. you can also use this roblox api post to learn more about what youre doing. hope this helps.
I am guessing they used some type of UI partials. I am not 100% sure how to do it but there are many modules you could look in the source code with or just use the module itself.
(you can search google “roblox gui particles” and u probs will find more examples.