I have made a freeze ray which freezes people when it touches them. I want to put a Freezed Icon in their Player screen. But the problem is that how do I find it? Like I cannot do plr.PlayerGui. It says PlayerGui not a valid member. So what do I do?
Client-side LocalScript
:
local LocalPlayer = game.Players.LocalPlayer local PlayerGui = LocalPlayer:WaitForChild("PlayerGui")