local rs = game:GetService("ReplicatedStorage") local args = { [1] = { [1] = "Getting Settled", [2] = { [1] = { [1] = 0, [2] = 0 }, [2] = "Any" }, [3] = { [1] = 9e9 -- You can change this to your liking as it gives that much money and xp }, [4] = "Found by @kylosilly on discord <3" } } rs:WaitForChild("Give_Quest"):FireServer(unpack(args)) rs:WaitForChild("Win_Quest"):FireServer("Getting Settled") -- Remove this if you dont wanna claim the quest YET