How to Make a Detonator
Download – Detonator Script
How To – a Dentonator in Roblox Studio
What’s up everyone welcome to buzzygames, my name is BuzzyGamesBeth and today I’ll be teaching you how to make a detonator in Roblox studio!
- Let’s learn how to make a detonator where if you press a button, it will explode
- I have this button right here. It’s composed a few parts but what I want to focus on is this red button. Inside of that button that we’re going to press, we’ll be adding a click detector and a script. Anytime a player presses that red little button, then the nuke will explode.
- Inside of our script, we have a few variables which is going to reference our parts; the click detector, and the part that we want to blow up which is going to be the nuke inside of our function.
- We have an instance.new which is explosion so it’s going to have that explosion effect. We’re going to have it so that anytime we press the button, the transparency of our nuke, the boom, is going to equal to 1. It’s going towait one second, the transparency of it is going to equal to zero and then we’ll call our function.