So, I am coding this minigame to where there a 4 platforms a player can stand on and every 5 seconds one disapeers letting all players on it fall through and then re apears to let the game continue playing. It also had a board that shows the color and amount of second as well. the only thing is though is that I have no idea why my script isn’t working.
Ok, I made the disapeering platforms part work by doing this
I added quotations around the 5,
but the part where the board tells you the seconds and color doesn’t work.
What does that even mean. I am only sensing for when the status string integer changes in value and then it should carry out the script but for some reason it isn’t sensing the change in value.
After the changed event add a print("") function and see if it’s even being changed in the first place.
+
Check if your changing the variable object through localscript (If you change a variable through a localscript and use another localscript to check if it changed nothing will happen)
The local script isn’t the problem, I got the same sort of system over here in a screen gui and it works perfectly fine. Also I don’t want to do that cuz although it may run smoother, it complicates things more and makes it more messy for me.