#I need help please help

11 messages · Page 1 of 1 (latest)

jovial plover
#

help its pissing me off

#

i cant figure it out

sterile lintel
#

Which script?

jovial plover
#

The second picture, it all works besides printing ok and stopping the cloning. So I am assuming that it’s not detecting that the part is = 0 but idk how to fix it

sterile lintel
#

Do a debounce

jovial plover
#

Whats that, im kinda knew so like idk half of a lot of things

rain stoneBOT
#

studio** You are now Level 1! **studio

sterile lintel
#

Create a variable deb = false and by using that you can use if

jovial plover
#

What will that change? What does denounce do to make it work

sterile lintel
#

Something like

local deb = false

while wait(5) do
    if deb == true then
        print("Deb is true")
    else
        print("Deb is false")
    end
end

And you can change deb as you like, for example you can change deb based on if part.Transparency == 0 then and set deb to true or false

jovial plover
#

I dont get it right now but i will do my research later. Thank you for your help. Im going to sleep now