I want to put it where on my tycoon if someone steps on the buy button it will disippear and you will see particles that will also disappear!
For the Buy Button you can use the .Touched event, which is an event of Part.
To make particles appear, make your own particle effect, then use the :Clone() function to put the particles in.
To make stuff "disappear," you can use the :Destroy() function. Good luck