Mining Simulator 2 Script | INSTA TELEPORT

Created by Whybie#0001

Features:

1st you need this module to find the chunk POS to teleport to:

local ChunkMod = require(game.ReplicatedStorage:WaitForChild("SharedModules"):WaitForChild("ChunkUtil"))
ChunkMod.worldToCell(PartPath.Pos)

the v in this script is the ChunkPOS from the module script above.

sooo here is the script:

for _,v in pairs() do
game:GetService("ReplicatedStorage").Events.PlaceTeleporter:FireServer(v)
game:GetService("ReplicatedStorage").Events.GotoTeleporter:FireServer()
game:GetService("ReplicatedStorage").Events.RemoveTeleporter:FireServer()