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

[HELP] nothing works in actual play mode?

Asked by 5 years ago
Edited 5 years ago

ok, so this game im working on. EVERYTHING works perfectly in studio (even server-client mode) but whenever you actually PLAY the game, literally nothing works, and I get this error https://gyazo.com/506cfbd39781d9a7283988603c0b2473 PLEASE HELP.

this game is FE btw.

0
So you posted what items are erroring, but what are the reasons assosiated with them? Can you take another screenshot to show us that part? ZappleOfficial 35 — 5y
0
Anything in server log? mattchew1010 396 — 5y
0
What do you mean? OldSoul04 13 — 5y
0
it only says what script is breaking we need something like an error (ex. Part is not a valid member of workspace) mattchew1010 396 — 5y
View all comments (5 more)
0
Right, what mattchew1010 said. ZappleOfficial 35 — 5y
0
ok, weirdest experience. I just rejoined the game (for about the 5th time) and now everything works perfectly? Im honestly so confused. OldSoul04 13 — 5y
0
well, most things. was it because I didnt add a wait()? even then wouldnt things still be breaking? also, there were errors in server logs (not anymore) OldSoul04 13 — 5y
0
do wait(.1) on the first line of every script that doesnt work Wad_dles 15 — 5y
0
well, now everything works perfectly.. was it bc studio was open? also ill add the wait() OldSoul04 13 — 5y

1 answer

Log in to vote
0
Answered by 5 years ago

I'd Just make sure you're calling everything right with RemoteEvents client to server. Make server scripts handle most of it. I think Local Scripts still have effect in studio more then in real game play they get more access and scripts get access to players when they normal can't access something like a player gui cause that is client sided

Ad

Answer this question