Skip to content

Instantly share code, notes, and snippets.

--Anti-griffers gui made by Seonix in Roblox, Pastebin and GitHub
--Instances:
local gui = Instance.new("ScreenGui")
local Frame = Instance.new("Frame")
local nkick = Instance.new("TextBox")
local nfreeze = Instance.new("TextBox")
local kick = Instance.new("TextButton")
local freeze = Instance.new("TextButton")
local namelab = Instance.new("TextLabel")
--Made by Seonix in Roblox, Pastebin and GitHub
local healthgui = Instance.new("ScreenGui")
local healthframe = Instance.new("Frame")
local name = Instance.new("TextLabel")
local info1 = Instance.new("TextLabel")
local info2 = Instance.new("TextLabel")
local plusimage = Instance.new("ImageLabel")
local healbutton = Instance.new("TextButton")
--basic "local"s
--Made by Seonix in Roblox, Pastebin and GitHub
local ScreenGui = Instance.new("ScreenGui")
local OpenMain = Instance.new("Frame")
local OpenLabel = Instance.new("TextLabel")
local Open = Instance.new("TextBox")
local Open2 = Instance.new("TextButton")
local Open3 = Instance.new("TextBox")
local Open4 = Instance.new("TextButton")
--Properties