The Presentation Experience Script | POINT FARM

Created by Professer Synapse

Features:

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