Advertisement
pa1nx9

Roblox Talent Show AUTO KILL PLAYERS

Sep 25th, 2021
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. if _G.HostAutoKill then _G.HostAutoKill = false wait() end
  2.  
  3. _G.HostAutoKill = true
  4.  
  5. while _G.HostAutoKill and wait() do
  6. if game:GetService("Players").LocalPlayer.TeamColor ~= game:GetService("Teams").Host.TeamColor then _G.HostAutoKill = false return end
  7. game:GetService("ReplicatedStorage").Remotes.HostRemotes.OpenAuditionerDoor:FireServer()
  8. game:GetService("ReplicatedStorage").Remotes.HostRemotes.ChangeMap:FireServer(nil, "Kill Performers")
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement