Hello there! I am adama88766, newbie GFX artist, newbie UI designer, and newbie scripter. I need help making this smoke bomb.
I used a tutorial found here, and I followed the scripting and all.
Here is the script:
local Click = script.Parent.ClickDetector
Click.MouseClick:Connect(function()
script.Parent.Handle.Fire.Enabled = true
wait(2)
script.Parent.Handle.Smoke.Enabled = true
script.Parent.Handle.Fire.Enabled = false
wait(60)
script.Parent.Handle.Smoke.Enabled = false
end)
The youtube video shows that the smoke bomb falls to the ground, then you click it, and it activates. Mine won’t even fall.
Here is a GIF for an explanation:
Thanks for the help in advance!