#In need of help with coding
1 messages · Page 1 of 1 (latest)
why aren't you combining the 2 same functions?
You mean the activate deactivate?
** You are now Level 9! **
you have 2 .Activated
btw what's the point of those booleans you're using
is it a debounce
I know about boolians
but my thing is that
scaleto only works for 1 click
while the rest works fine
so it works once then stops
only ScaleTo yes
you're only using one Tool.Activated Event right?
ohhh
ok so you're just assigning a set number everytime
so you would probably use an operator like this *=
don't I have to do the math. stuff
nah just *=
not sure if you can do this but I would try
tool.Size *= (number, number, number)
oh how about tool.handle.Size
must be not defined then as a variable or something then
you can say
tool:Tool = path
the :Tool lets the script know that the variable is supposed to be a Tool
I'm so lost
like ngl I did the tutorial step already but I just want to make it size up each time I press it
😭
ok lemme make a script and send a video so you can see