Hello, I am trying to insert a value into the player when they join. For some reason, it simply isn’t working.
The script:
game.Players.PlayerAdded:Connect(function(plr)
local value = Instance.new("StringValue")
value.Parent = plr
end)
Hello, I am trying to insert a value into the player when they join. For some reason, it simply isn’t working.
The script:
game.Players.PlayerAdded:Connect(function(plr)
local value = Instance.new("StringValue")
value.Parent = plr
end)
Where is the script parented to and is it a LocalScript?
It’s in serverscriptservice and its a normal server script
It seems to work for me, are you sure the value doesn’t appear?
I am 100% sure the value does not appear.
Well then idk what to do, it works fine for me. (using the exact same script)

I restarted studio, and for some reason now it’s working. Thanks for the help anyway.