Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---basstracker1970s Admin Pet script
- --Made For Void Sb Place 1 and Place 2
- manager = Instance.new("Folder",game.ReplicatedStorage)
- manager.Name = "AdminManager"
- event = Instance.new("RemoteEvent",manager)
- event.Name = "SpawnAdmin"
- parthuma = Instance.new("Humanoid",pet0)
- parthuma.Name = "Humanoid"
- event = game:GetService("ReplicatedStorage"):WaitForChild("AdminManager")
- equipped = true
- plr = game.Players.LocalPlayer
- character = game.Players.LocalPlayer.Character
- pet0 = Instance.new("Model",character)
- pet0.Name = plr.Name.." Admin Pet"
- parthuma = Instance.new("Humanoid",pet0)
- parthuma.Name = "Humanoid"
- pet1 = Instance.new("Part",pet0)
- pet1.BrickColor = BrickColor.new("Cyan")
- pet1.Anchored = true
- pet1.Size = Vector3.new(4, 3.29, 4.6)
- pet1.Name = "Head"
- mesh = Instance.new("SpecialMesh",pet1)
- mesh.MeshId = "rbxassetid://9756362"
- plr.Chatted:connect(function(msg)
- if msg == "god "..plr.Name then
- pet0.Name = "Goded "..plr.Name
- plr.Character.Humanoid.MaxHealth = math.huge
- wait(3)
- pet0.Name = plr.Name.." Admin Pet"
- end
- end)
- plr.Chatted:connect(function(msg)
- if msg == "ff "..plr.Name then
- pet0.Name = plr.Name.." Got A ForceField"
- Instance.new("ForceField",plr.Character)
- wait(3)
- pet0.Name = plr.Name.." Admin Pet"
- end
- end)
- plr.Chatted:connect(function(msg)
- if msg == "kill all" then
- pet0.Name = "Killing All"
- wait(2)
- for i,v in next, game.Players:GetChildren() do
- v.Character:BreakJoints()
- end
- end
- end)
- plr.Chatted:connect(function(msg)
- if msg == "ff all" then
- pet0.Name = "Giveing Everyone A ForceField"
- wait(2)
- for i,v in next, game.Players:GetChildren() do
- Instance.new("ForceField",v.Character)
- pet0.Name = plr.Name.." Admin Pet"
- end
- end
- end)
- plr.Chatted:connect(function(msg)
- if msg == "unff "..plr.Name then
- pet0.Name = "Removeing Forcefield"
- if plr.Character:FindFirstChild("ForceField") then
- plr.Character.ForceField:Remove()
- wait(3)
- pet0.Name = plr.Name.." Admin Pet"
- end
- end
- end)
- plr.Chatted:connect(function(msg)
- if msg == "ungod "..plr.Name then
- pet0.Name = "Ungodding "..plr.Name
- plr.Character.Humanoid.Health = 100
- wait(3)
- pet0.Name = plr.Name.." Admin Pet"
- end
- end)
- local pet = character:FindFirstChild("Head")
- if pet then
- if equipped then
- manager.SpawnAdmin:FireServer()
- while true do
- wait(0)
- pet1.Position = plr.Character["Right Arm"].Position
- end
- ---end)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement