Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do i make this work?

Asked by 8 years ago

Please make your question title relevant to your question content. It should be a one-sentence summary in question form.

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!

1 answer

Log in to vote
0
Answered by
Validark 1580 Snack Break Moderation Voter
8 years ago

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

Ad

Answer this question