Skip to content

Instantly share code, notes, and snippets.

--// Credit Dollynho \\--
local player = game.Players.LocalPlayer
local gui = Instance.new("ScreenGui")
gui.Name = "Spam"
gui.ResetOnSpawn = false
gui.Parent = game.CoreGui
local buttonToggle = Instance.new("TextButton")
buttonToggle.Size = UDim2.new(0, 100, 0, 20)