ADVERTISEMENTREMOVE ADS
Game icon

Admin Characters

Script preview thumbnail
Script Preview
ADVERTISEMENTREMOVE ADS
19 Lines • 771 Bytes
Raw
--[[
WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
]]
local Library = loadstring(Game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wizard"))()
local Morph = Library:NewWindow("Re-Regular 64")
local TR = Morph:NewSection("Admin Characters")
TR:CreateButton("Beta Lugi (Admin)", function()
game:GetService("ReplicatedStorage"):WaitForChild("CharacterEventBETALUGI"):FireServer()
end)
TR:CreateButton("Beta Stack (Admin)", function()
game:GetService("ReplicatedStorage"):WaitForChild("CharacterEventBETASTACK"):FireServer()
end)
TR:CreateButton("Fake Yoshi (Admin)", function()
game:GetService("ReplicatedStorage"):WaitForChild("CharacterEventFakeYoshi"):FireServer()
end)
ADVERTISEMENTREMOVE ADS

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS