1 | while true do |
2 | wait(math.random( 3500 )) |
3 | script.Parent.Fire.Enabled = true |
4 | end |
If you want to test it then remove the
1 | wait(math.random( 3500 )) |
Test if you get the fire enabled and then if it works place the
1 | wait(math.random( 3500 )) |
Back again ;)