so my game doesnt detect new instances created with scripts. for example:
local value = Instance.new("StringValue",game.Workspace) value.Name = "PlayerName" value.Value = game.Players.LocalPlayers.Name
and then we have something like this:
local PlrName = game.Workspace.PlrName
and error i get: 22:27:01.330 - PlrName is not a valid member of Workspace
but i can clearly see that PlrName is in Workspace is there any way to fix it?
ok finally after 3 days someone told me why it doesnt work instances made with local script arent detected by the game thx to that dude