MADE BY Purples
FEATURE:
- INF GOLD
- BREAK SCORDBOARD
- .
- https://www.roblox.com/games/10371228324/BETA-Camp-Bonkers
SCRIPTS: [2]
INF GOLD
-- Just loop it
local args = {
[1] = "CollectiblePicked",
[2] = {
[1] = "Coin",
[2] = "4" -- is not the amout, its the id of the coin
}
}
game:GetService("ReplicatedStorage").F.RPC:InvokeServer(unpack(args))
BREAK SCORDBOARD
local args = {
[1] = "GliderPathCompleted",
[2] = {
[1] = 1, -- 2, and 3
[2] = -math.huge
}
}
game:GetService("ReplicatedStorage").F.RPC:InvokeServer(unpack(args))