I literally spent last 2 hours trying to understand why my code does not work.
game.ReplicatedStorage.Job1.Privacidad.OnServerEvent:Connect(function(Player) local plc = game.ServerStorage.PlayerData[Player.Name].Place if plc.Value == "Job1" then print("test") end end)
I checked so many times the value of "game.ServerStorage.PlayerData.MyPlayerName.Place" and definitely is "Job1".
It's 6 am in my country, my brain is burned.