This file contains hidden or 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
local ScreenGui = Instance.new("ScreenGui") | |
local SWATSimulatorGUI = Instance.new("Frame") | |
local SWATSimulator = Instance.new("TextLabel") | |
local FreeGamepass = Instance.new("TextButton") | |
local Btool = Instance.new("TextButton") | |
local FreeXP = Instance.new("TextLabel") | |
local Get500XP = Instance.new("TextButton") | |
local Get1000XP = Instance.new("TextButton") | |
local Get5000XP = Instance.new("TextButton") | |
local MadeByMe = Instance.new("TextLabel") |