-- add this in a SCRIPT and not a LOCALSCRIPT script.Parent.MouseButton1Click:Connect(function() local m = Instance.new("Hint", game.Workspace) -- code by gdnooby m.Text = "GAME FUCKED HAHAHAHA" -- do the same thing task.wait(2) m:Destroy() while true do local e = Instance.new("Message", game.Workspace) e.Text = "HACKED BY GDNOOBY'S ALT" -- change the message for whatever the heck u want task.wait(0.5) e:Destroy() task.wait(0.1) end --add the code u want to destroy end)