so i have this game named OHIO and im making a testplace for testing new weapons, but i have a problem with TeleportService this is the part of the script which doesnt work
local function OG(msg)
if msg[1]:lower() == "!OG" then
TPservice:Teleport(9778001573,{Player})
end
end
the function OG is in a part of a bigger admin script thing, i know this cant teleport in studio and i have 3rd party teleports, but it doesnt print anything in the output like “you cant teleport to other places in studio” bla bla bla, please help me