Draw A Raft & Set Sail Script – INF Money
393 Views
Keyless
TRY our Keyless Hub Script for Draw A Raft & Set Sail to get Infinite money to Draw a big Raft and survive in sea.
while wait() do
for i,v in pairs(game.Players:GetPlayers()) do
local args = {
{
type = "Money",
rarity = "Uncommon",
value = 1000,
color = Color3.new(0.3921568691730499, 0.7843137383460999, 0.3921568691730499),
icon = "240159146181",
displayName = "1,000 Cash"
}
}
game:GetService("ReplicatedStorage"):WaitForChild("GrantReward"):InvokeServer(unpack(args))
end
end
Comments (0)
Log in to add a comment.