ADVERTISEMENTREMOVE ADS

Job Id Joiner UNIVERSAL OPEN SOURCE

Universal script
5 months ago
Script preview thumbnail
Script Preview

Description

TEleport to a job id
only works on the job id of the game you are playing -- READ THIS
use this to learn guys cuz i took like 1 hour to learn this thing T_T

ADVERTISEMENTREMOVE ADS
11 Lines • 483 Bytes
Raw
local JobIdTextBoxValue = "07431dbd-8ae7-417e-a242-e5a01a33c740" -- Store the textbox value i guess CHANGE THIS that is just an example
local placeId = game.PlaceId -- Get the current place ID of the game
local jobId = JobIdTextBoxValue
if jobId ~= "" then
local success, errorMessage = pcall(function()
game:GetService("TeleportService"):TeleportToPlaceInstance(placeId, jobId, game.Players.LocalPlayer) -- teleports i hope nothing goes wrong
end)
end
ADVERTISEMENTREMOVE ADS

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS