function security() local y,r = wait() return y end local gui = Instance.new("ScreenGui",game.Players.LocalPlayer.PlayerGui) gui.Name = "one must imagine ping happy" gui.ResetOnSpawn = false local text = Instance.new("TextLabel", gui) text.Size = UDim2.new(0, 150, 0, 20) while task.wait() do text.Text = security() end