How to make your own ADMIN ABUSE In roblox studio

(PUT THE FOLLOWING SCRIPTS IN SERVERSCRIPT SERVICE: ---------------------------------------------------------------- local button = script.Parent local event = game.ReplicatedStorage:WaitForChild("SpawnOPStock") button.MouseButton1Click:Connect(function() event:FireServer() end) -------------------------------------------------------------------- local RS = game:GetService("ReplicatedStorage") local SoundService = game:GetService("SoundService") local song = SoundService:WaitForChild("GlobalSong") local event = RS:WaitForChild("PlayGlobalSong") event.OnServerEvent:Connect(function() if not song.IsPlaying then song:Play() end end) ------------------------------------------------------------------ local RS = game:GetService("ReplicatedStorage") local ServerStorage = game:GetService("ServerStorage") local Workspace = game:GetService("Workspace") local event = RS:WaitForChild("SpawnEventPart") event.OnServerEvent:Connect(function() local partTemplate = ServerStorage:FindFirstChild("EventPart") if partTemplate then local clone = partTemplate:Clone() clone.Parent = Workspace clone.Position = Vector3.new(0, 10, 0) -- adjust position if needed end end) ------------------------------------------------------------------ local RS = game:GetService("ReplicatedStorage") local ServerStorage = game:GetService("ServerStorage") local Workspace = game:GetService("Workspace") local event = RS:WaitForChild("SpawnOPStock") event.OnServerEvent:Connect(function() local partTemplate = ServerStorage:FindFirstChild("OP STOCK") if partTemplate then local clone = partTemplate:Clone() clone.Parent = Workspace clone.Position = Vector3.new(0, 10, 0) -- adjust spawn position if needed end end) ------------------------------------------------------------------ PUT THE FOLLOWING SCRIPTS AS LOCAL SCRIPTS IN YOUR FIRST TEXT BUTTON ------------------------------------------------------------------ local button = script.Parent local event = game.ReplicatedStorage:WaitForChild("PlayGlobalSong") button.MouseButton1Click:Connect(function() event:FireServer() end) ------------------------------------------------------------------ local player = game.Players.LocalPlayer local gui = script.Parent if player.Name ~= "PUT UR USERNAME" then gui.Enabled = false end ------------------------------------------------------------------ PUT THE FOLLOWING SCRIPTS AS LOCAL SCRIPTS IN YOUR 2ND TEXT BUTTON ------------------------------------------------------------------ local player = game.Players.LocalPlayer local gui = script.Parent if player.Name ~= "PUT UR USERNAME" then gui.Enabled = false end ------------------------------------------------------------------ local button = script.Parent local event = game.ReplicatedStorage:WaitForChild("SpawnEventPart") button.MouseButton1Click:Connect(function() event:FireServer() end) ------------------------------------------------------------------ PLACE THE FOLLOWING SCRIPTS AS LOCAL SCRIPTS IN THE 3RD TEXTBUTTON ------------------------------------------------------------------ local player = game.Players.LocalPlayer local gui = script.Parent if player.Name ~= "PUT UR USERNAME" then gui.Enabled = false end ------------------------------------------------------------------ local button = script.Parent local event = game.ReplicatedStorage:WaitForChild("SpawnOPStock") button.MouseButton1Click:Connect(function() event:FireServer() end) ------------------------------------------------------------------ Those are the scripts :) ty for watching tags (ignore):roblox studio roblox scripting tutorial roblox admin commands roblox admin events roblox remote events roblox lua scripting roblox beginner scripting roblox server scripts roblox local scripts bye