#how to make it so that when you click on a part, it executes a script, and when you click again, it

1 messages · Page 1 of 1 (latest)

grim tundra
#

how to make it so that when you click on a part, it executes a script, and when you click again, it executes a different script, and then it repeats

pliant palm
#

idk, ig a intvalue? everytime u click it adds one to the intvalue, each script has like if statement like if intvalue.value==1 then --executes script one if intvalue.value==2 then --executes script two, if your code is in one script then instead of a intvalue u can make a variable inside script doing a similar thing

onyx pulsar
#

what are you trying todo @grim tundra