Join our discord to get ANOTHER open source script https://discord.gg/FmMuvkaWvG local plr = game:GetService("Players").LocalPlayer local raid = plr.PlayerGui.Window.Raid game:GetService("ReplicatedStorage").PlayerData[plr.Name].Stast.Level.Value = 100 raid.Enabled = true raid.Frame.Position = UDim2.new(0.5, 0, 0.5, 0) local args = { "Create", "Raid", 1, 1, 1, false } game:GetService("ReplicatedStorage"):WaitForChild("Event"):WaitForChild("JoinRoom"):FireServer(unpack(args)) local args = { "TeleGameplay", "Raid", 1, 1, 1, false } game:GetService("ReplicatedStorage"):WaitForChild("Event"):WaitForChild("JoinRoom"):FireServer(unpack(args))