I have a StringValue called Cat in a Player under Players.
Issue I am having is that after I get to Players
it won't come up Player if this makes sense nor the value. So my question is more so how to get the value under Players in Player code I am trying.
local CatVal = game.Players.Player.Cat
local CatValue = game.Players.Player:FindFirstChild('Cat') if CatValue then -- do stuff end