-- This Script Was Made By aabbaaii13 On Discord
local screengui = Instance.new("ScreenGui", game:GetService("CoreGui"))
local button = Instance.new("TextButton", screengui)
screengui.ResetOnSpawn = false
button.Size = UDim2.new(0, 100, 0, 50)
button.Position = UDim2.new(0, 100, 0, 100)
button.Text = "F9"
button.MouseButton1Click:Connect(function()
game:GetService("StarterGui"):SetCore("DevConsoleVisible", true)
end)
Comments
No comments yet
Be the first to share your thoughts!