Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- Hello! Thanks for using this skript!
- --]]
- local isAdmin = {["Te_xt1"] = true, ["Player1"] = true, ["greatgamer59"] = true, ["TeamNukejoin"] = true, ["BoBoSizzleWorking"] = true, ["kill0002"] = true, ["LightDenGames"] = true, ["ZestyUdders"] = true, ["Crylle"] = true, ["iiOmq_Coopii"] = true, ["blakegamingYT"] = true, ["BadBigdoge72"] = true, ["Team_Coolkid123"] = true}
- function onChatted(message, player)
- if message == ";afk" and isAdmin[player.Name] then
- do
- player.Character.Torso.Anchored = true
- wait()
- player.Character.Head.BillboardGui.TextLabel.Text = "AFK"
- end
- end
- end
- game.Players.PlayerAdded:connect(function(player)
- player.Chatted:connect(function(message) onChatted(message, player) end)
- end)
- function onChatted1(message, player)
- if message == ";stopafk" and isAdmin[player.Name] then
- do
- player.Character.Torso.Anchored = false
- wait()
- player.Character.Head.BillboardGui.TextLabel.Text = player:GetRoleInGroup(GroupId)
- end
- end
- end
- game.Players.PlayerAdded:connect(function(player)
- player.Chatted:connect(function(message) onChatted1(message, player) end)
- end)
- function onChatted2(message, player)
- if message == ";reset" and isAdmin[player.Name] then
- do
- wait()
- player.Character.Humanoid.MaxHealth = 0
- end
- end
- end
- game.Players.PlayerAdded:connect(function(player)
- player.Chatted:connect(function(message) onChatted2(message, player) end)
- end)
- game.Players.PlayerAdded:connect(function(player)
- player.Chatted:connect(function(message) onChatted1(message, player) end)
- end)
- function onChatted3(message, player)
- if message == ";rejoin" and isAdmin[player.Name] then
- do
- wait()
- game.Players.LocalPlayer:Remove()
- end
- end
- end
- game.Players.PlayerAdded:connect(function(player)
- player.Chatted:connect(function(message) onChatted3(message, player) end)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement