local gui = Instance.new("ScreenGui") gui.Parent = plr.PlayerGui
-- LocalScript (StarterGui > ScreenGui > Button) local plr = game.Players.LocalPlayer local remote = game.ReplicatedStorage:WaitForChild("AdminRemote")
-- Services and Variables local ReplicatedStorage = game:GetService("ReplicatedStorage")