I want to modify my text label located in a ScreenGui during a game and then this happens:
The script:
for _,player in pairs(Players:GetPlayers()) do -- This is normally line 11 in my script
player.PlayerGui.ScreenGui.Details.Text = "Some random text"
end
there’s post that was solved by people themselves. Everyone makes mistakes, in fact it is good you managed to find the mistake yourself. Its normal, just leave this post like this since if anybody makes the same mistake you did ,they can refer to this instead of posting another topic.