-- i found this game on youtube lol game:GetService("StarterGui"):SetCore("SendNotification", { Title = "EZNOGUI notify", Text = "please wait", Icon = "rbxassetid://6403436082", Duration = 5 }) lp = game.Players.LocalPlayer lph = workspace[lp.Name].Head if lph then lph.SymbolGUI.Enabled = true end game:GetService("StarterGui"):SetCore("SendNotification", { Title = "EZNOGUI notify", Text = "success", Icon = "rbxassetid://6403436082", Duration = 5 }) if _G.y ~= true then jack = game:GetService("ReplicatedStorage").JackName.Value setclipboard(jack) game:GetService("StarterGui"):SetCore("SendNotification", { Title = "EZNOGUI notify", Text = "Jack of heart: ".. jack, Icon = "rbxassetid://6403436082", Duration = 5 }) _G.y = true end