Post Views: 162
Created by Professer Synapse
Features:
- AUTO POINTS FARM
- HOW TO USE:
- 1. Join their group belowhttps://www.roblox.com/groups/12564376/Minimal-Games#!/about
- 2. Put the script in your autoexecute folder
- 3. Make sure you have auto attach enabled and join the game
while true do
wait(2)
local TeleportService = game:GetService("TeleportService")
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local Players = game:GetService("Players")
local placeId = 7772810845
TeleportService:Teleport(placeId)
end