Could anyone tell me where I can get some script that makes this animation of cash falling when the user clicks a button (similar to Bloxburg)?
2 Likes
I think initially those are Beams or Particles with tweens that animate when you click, but I’m not sure exactly how that that’s the main concept. You could have a Button and when pressed activate the tween.
Yeah, I know I could script it from scratch, I’m just asking if is there something ready for use.
1 Like
Spawn a heap of ImageGUIs at the top of the screen, then tween their rotation, transparency and position all at the same time. It’s definitely more complicated than this, but this would be a good start.