Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- getgenv().customer = "" -- Customer(Alt) Name Here
- getgenv().pointfarmenabled = true
- local args = {
- [1] = customer,
- [2] = "Vanilla cakepop with Vanilla icing",
- [3] = "Vanilla cakepop with Vanilla icing",
- [4] = "Vanilla cakepop with Vanilla icing"
- }
- if pointfarmenabled and rconsoleprint then rconsoleprint("Pastriez Bakery Cafe Point Farm Enabled\n") end
- if not pointfarmenabled and rconsoleprint then rconsoleprint("Pastriez Bakery Cafe Point Farm Disabled\n") end
- while pointfarmenabled and task.wait(1) do
- game:GetService("ReplicatedStorage").FJBHn:FireServer(unpack(args))
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement