i was bored so i decided to do it this is the script:
local RandomNumber = math.random(1736481,340000000000000) local TeleportService = game:GetService("TeleportService") script.Parent.ClickDetector.MouseClick:Connect(function(player) TeleportService:Teleport(RandomNumber, game.Players.LocalPlayer) print(RandomNumber) end)
the problem is that these places nay be privated and also that it doesnt teleport if the place is public plrase help (sorry for grammatic mistakes)