Execute the function or comment them by The first to join the server, owns the server scripts!
1 day ago
The first to join the server, owns the server is released by @ItsCheems2910 on Roblox.
Here's the full list of working scripts for the game.
local lp = game.Players.LocalPlayer local char = lp.Character local root = char:FindFirstChild("HumanoidRootPart") local function ShowPanel() lp.PlayerGui.AnnouncementMenu.Frame.Visible = true end local function killall() game:GetService("Players").LocalPlayer.PlayerGui.AdminButtons.main.remotes.touchey:FireServer(true) for i,v in pairs(game.Players:GetPlayers()) do if v~= lp then local PROOT = v.Character:FindFirstChild("HumanoidRootPart") if PROOT then root.CFrame = PROOT.CFrame wait(0) -- change end end end end ShowPanel() killall() -- reset admin panel when u die
No comments yet.
© RoScripts 2024 All Rights Reserved.