I don't know whats wrong but my script made my intermission break its for a lava minigame
First Photo is the Teleporting Script.
Second photo is my Game Handler Script
Third and fourth Photo is my Lava Rising script
1 messages · Page 1 of 1 (latest)
I don't know whats wrong but my script made my intermission break its for a lava minigame
First Photo is the Teleporting Script.
Second photo is my Game Handler Script
Third and fourth Photo is my Lava Rising script
in your third script when you connect the function LavaTouched when the lava is touched, you're calling the function LavaTouched before the script even knows it exists (or before it's been declared), you need to set the LavaTouched function before you call it, so just move the function above the part where you connect it