title ^
Could you show me the script code so I can review it?
It’s literally just:
print(game.JobId)
Probably being ran in studio, are you sure you’re doing this in-game?
This is being run in game
Sigh
limit
Is this in your code or is it being directly ran?
If it is in your code, has game
been redefined in your code somewhere?
Otherwise, no clue :sadge:
Lots of times whenever I am working with JobId, I come across this issue, though for me this works.
JobId is sensitive for some reason to just printing out ‘game.JobId’
local Jobid = game.JobId
print(Jobid)
Funny, never happened to me but it’s probably because I don’t work with JobId
that much (except when it comes to server lists)
It was not redefined anywhere no.
Didn’t work for me. I noticed if I print it 3 times the last 2 work
NVM I fixed it by relooking at my code and seeing I messed up. I’m just stupid lol