How do i fix this?

It’s not printing anything at all? Even “Check1”? Does it print in studio?

I dont like how this isn’t consistent. Wouldn’t it be better to make Cash2 to be newcash[2] :face_with_raised_eyebrow:

Its printing Absulutly NOTHING

i could do that but it doesnt annoy me

If “Check1” isn’t being printed then one of these is the culprit:

  1. Your script is not in the correct location to run.
  2. Your script is disabled.
  3. You are looking in the wrong output. client side vs server side.

or highly unlikely but not impossible:
4. Your script is being deleted before its ran.
5. Your studio is broken.

If it’s not printing then I don’t know how to help you there. We’ve already looked at all the culprits as to why it wouldn’t print. Try starting from the beginning.

“1. Your script is not in the correct location to run.”
The Script is in ServerScriptService.

“2. Your script is disabled.”
Its to 100% Enabled.

“3. You are looking in the wrong output. client side vs server side.”
Its not printing in client side or server side

i dont think so couse it runs just fine in Studio

Wait so it runs fine in studio but not in live game? Usually I see that issue happen for localscripts but not server sided scripts.

Yes it runs just fine in Studio but is broken in the Game

Could you perhaps post a screenshot of the script in explorer so I can see its location and script type myself? Just in case I see something that might be the cause.

image

image

Try running a live test server on studio and see what the issue is.

I never heard of that, and what is it

Basically running a 2 player server on studio. Go into Test and you’ll see it there probably.

its this button here:

Here, I think this talks about it: Live Server Editing

Client Side:

Server Side:

More specifically, look in the output in the Local Server and see what is there. On both the players, and the Server