Post Views: 22
Created by StepBroFurious#3333
Features:
local args = {
[1] = {
[1] = "Leaderstats",
[2] = "Cash",
[3] = 99999999999999999,
[4] = "+"
}
}
game:GetService("ReplicatedStorage").RemoteEvents.GiveSth:FireServer(unpack(args))
local args = {
[1] = {
[1] = "Leaderstats",
[2] = "Gems",
[3] = 99999999999999999,
[4] = "+"
}
}
game:GetService("ReplicatedStorage").RemoteEvents.GiveSth:FireServer(unpack(args))
local args = {
[1] = {
[1] = game:GetService("Players").LocalPlayer,
[2] = "s80",
[3] = true,
[4] = false,
[5] = true
},
[2] = "AddPet"
}
game:GetService("ReplicatedStorage").RemoteEvents.GoToLocal:FireServer(unpack(args))