This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--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") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--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 |