#I need help please help
11 messages · Page 1 of 1 (latest)
Which script?
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
Do a debounce
Whats that, im kinda knew so like idk half of a lot of things
** You are now Level 1! **
Create a variable deb = false and by using that you can use if
What will that change? What does denounce do to make it work
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
I dont get it right now but i will do my research later. Thank you for your help. Im going to sleep now