i want to make when player clicking to freeze all the other players that have been frozen will be appear the gui with the name the guy who clicked to know who froze them
server script service:
Gui (starterGui):
Gui text:
i want to make when player clicking to freeze all the other players that have been frozen will be appear the gui with the name the guy who clicked to know who froze them
server script service:
Gui (starterGui):
Gui text:
I need to get a bit more detail, what is this for, and what is the intention, or at-least the end result you are looking for?
i want to make when player clicking to freeze all the other players that have been frozen will be appear the gui with the name the guy who clicked to know who froze them
the problem is the text why the text not appear
Ok! I have a theory. The text is already enabled on the server. So the server doesnt bother enabling it again. A quick fix is to turn the gui off on the server before you activate it again.
The Gui is Disabled from the start the problem why the text now appearing on it
Ah! I see it now. Its because localplayer, is an instance change it to localplayer.Name on the text label:
player.PlayerGui.FreezePlayerName.Frame.Main.Text = LocalPlayer.Name.." Freeze you for "..i.." Seconds"
omg soo stupid mistake thank you