Hey so I just tested something because why not.
In studio, if I type
print(game.Name)
It’ll print out the actual name, for example “SSS Challenge”.
But in the actual ROBLOX Game, it’ll just print “Game”.
Why?
Hey so I just tested something because why not.
In studio, if I type
print(game.Name)
It’ll print out the actual name, for example “SSS Challenge”.
But in the actual ROBLOX Game, it’ll just print “Game”.
Why?
Try Using “print(game.Workspace.Parent.Name)” it should work, the problem with the script you did is that “game” is the parent of everything, but using a services parent shows the games name!