To change something on the player’s screen you must use PlayerGui
local Gui = game:GetService('Players').LocalPlayer.PlayerGui.ActualUi
As a side note, use task.wait instead of wait
task.wait(7)
To change something on the player’s screen you must use PlayerGui
local Gui = game:GetService('Players').LocalPlayer.PlayerGui.ActualUi
As a side note, use task.wait instead of wait
task.wait(7)