Is it possible to obtain a places name using a local script?
I’m trying to create an intro gui that displays the games name. Currently, this method only works in studio:
local name = game.Workspace.Parent
However, once you actually play the game the textlabel will only say “Game”, instead of the actual name of the place.
Is there another way of going about this?