Hello there Developers! My name is Nico and once again i’m calling for help.
Recently i’ve decided to make kind of a test game so i had to move a lot of stuff from my other games including models, sounds, scripts, etc…
The thing is that, everything was working well until i started to use my Module Scripts, for some reason they don’t work and they don’t even give me an error, which is very strange, i tried to copy + paste them from my original game where they (module scripts) were created. One of them worked without any problem, but the other one has the same problem, it does not respond, and it even gives me this error that makes 0 sense for me
(forgot to clarify that this is the function:
and this is the trigger:
Explosion:Explosion(Vector3.new(0,0,0),workspace.Explosions,Time*math.random(2,5),math.random(2,5),math.random(4,8),true)
)
For some reason it says that i sent a “table” when i clearly put Vector3 on it.
I also have another problem with my Main script, basically there’s a part where a meteor is suposed to clone, but when it clones and becomes a part of workspace it is just invisible, i checked up if it was the transparency but it isn’t.
if someone can help me with these i would be very grateful, have a good day!