#Can anyone slide me a tp script

1 messages · Page 1 of 1 (latest)

dusty mica
#

So I'm trying every script i see about tp and it doesn't work and here's a vid, does anyone have a script for tp?

olive granite
#

Are you using ai for this?

dusty mica
#

Yss

#

Ai is absolute dogshit bri

#

Beo

#

@olive granite

frank lion
# dusty mica Yss

Don't use AI to write code
Always use it to understand code but not to write code for you

olive granite
#

Well don't use it, try to follow a tutorial from youtube

cedar mauveBOT
#

studio** You are now Level 9! **studio

olive granite
#

It's better tbh

dusty mica
#

Man

#

Tutos ain't doing shi

#

I js need the script

#

🙏🏽

olive granite
#

I think it's that there's no tutorials for your system

dusty mica
#

I js need a tp cmon man

#

You got

olive granite
#

So you need to teleport all the players from the queue?

olive granite
#

Only?

dusty mica
#

Yes

olive granite
#

You can try to learn about teleport service i think

dusty mica
#

Bro.

olive granite
#

In roblox studio api websitr

#

Website*

dusty mica
frank lion
# olive granite I think it's that there's no tutorials for your system

for super specific stuff, ai is a great tool

@dusty mica im bieng helpful here so do you understand how it should even work

You need a "part to be teleported to"
I suggest making a part, making it invisible, uncollidable, and anchored, call it something like "tpPart" and grab it's position for the player to teleport to

dusty mica
#

🙏🏽

olive granite
olive granite
dusty mica
#

Don't mind ne

dusty mica
#

Which there's no tuto for that

#

Or script

frank lion
dusty mica
#

They're not giving me the tp script man🥀💔

olive granite
olive granite
dusty mica
#

So

#

I can't either use ai or get it myself

#

Only solution is paying

frank lion
# dusty mica They're not giving me the tp script man🥀💔
local TeleportService = game:GetService("TeleportService")
local Players = game:GetService("Players")
local placeId = 1234567890  -- yur place id Here
local allplayers = Players:GetPlayers()
local success, result = pcall(function()
    TeleportService:TeleportAsync(placeId, allplayers)
end)
if not success then
    warn("Teleport failed:", result)
end

here are you happy I wrote it on my phone

olive granite
dusty mica
#

Well

#

Lem try

frank lion
#

put it in a serversyde script

dusty mica
#

How

olive granite
#

If you do it the way he did, because it's not in your queue system

#

You want to teleport them after the timer hits 0

dusty mica
#

Ye

frank lion
#

ye but he can implement it into his queye system hymself

#

i gave a barebones code

teal yew
#

srry to interrupt but can anyone help me with the water thingy im trying to make

pseudo mirage
waxen dove
#

So first make sure you publish it