Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Game crashing for no reason? what am i doing wrong now?

Asked by 6 years ago

Ok now this is what im having trouble with.

my game has a MAIN feature which is standing on a plate will give you a Gui, the problem comes here.

Each time i try a different code (ive tried over 30+, including remote events, filtering enabled and all that stuff) it works in studio, but, obviously, not in the place itself.

the problem is definitely not filtering enabled or something like that, because once i made a test place, copied it EXACTLY the same as the other place, and, guess what? it worked! for 1 day, then it crashed again the only thing i chaged that day was a few updates, nothing more.

This is driving me nuts and more than one time i tought of quitting and just playing ark, but im still trying, can someone help me?

SuVee, New Dev.

0
Do more research, and test using the server instead of studio. Pretty sure you don't understand server-side and client-side communication. 522049 152 — 6y
0
ummm no XD SuperBeeperman 30 — 6y
0
Pretty obvious that you lack knowledge in filtering enabled; making a gui pop up in filtering enabled is very easy and doesn't require remotes if you know what you're doing. You're not very good at understanding the concept of filtering enabled. 522049 152 — 6y
0
so i just turn on FE? SuperBeeperman 30 — 6y
View all comments (6 more)
0
If you can't get it to work without FE then turning on FE won't be of any help. 522049 152 — 6y
0
My suggestion is to get it working without FE on and then use tutorials to get it working with FE on. 522049 152 — 6y
0
OH BOY I HAD FE ON, I TURNED IT OFF AND NOW IT WORKS! SuperBeeperman 30 — 6y
0
There's your problem, knowing how to work with filtering enabled ON. 522049 152 — 6y
0
For GUIs, you have to understand that the server cannot access player GUIS, so if you tried to change a GUI with a server script it will NOT work. 522049 152 — 6y
0
You either use remote communication or clone the GUI into the player. Those are 2 possible options that will work. 522049 152 — 6y

Answer this question