so my game doesnt detect new instances created with scripts. for example:
1 | local value = Instance.new( "StringValue" ,game.Workspace) |
2 | value.Name = "PlayerName" |
3 | value.Value = game.Players.LocalPlayers.Name |
and then we have something like this:
1 | 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