Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- wait()
- if game.PlaceId == 6284881984 then
- local args = {
- [1] = "Tengoku Raid",
- [2] = "Slayer Of Demon's"
- }
- game:GetService("ReplicatedStorage").Remotes.CreateRoom:InvokeServer(unpack(args))
- wait(.5)
- game:GetService("ReplicatedStorage").Remotes.BeginRoom:FireServer()
- elseif game.PlaceId == 6314042276 then
- while true do
- wait()
- for _,v in pairs(game:GetService("Workspace").Living:GetDescendants()) do
- if v:FindFirstChild("AI") then
- v.Humanoid.Health = 0
- end
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement