#Can anyone slide me a tp script
1 messages · Page 1 of 1 (latest)
Are you using ai for this?
Don't use AI to write code
Always use it to understand code but not to write code for you
Well don't use it, try to follow a tutorial from youtube
** You are now Level 9! **
It's better tbh
Ur right
I think it's that there's no tutorials for your system
Exactly
I js need a tp cmon man
You got

So you need to teleport all the players from the queue?
Only?
You can try to learn about teleport service i think
Bro.
Just a script plsi gng
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
🙏🏽
Well, you need to learn also, and not take actual scripts unless you pay someone to do it
How do u make taht
?
Bru
That's not what he wants, he wants so all the players from his queue system gets teleported to a sub place or a place
Don't mind ne
Exactly
Which there's no tuto for that
Or script
if you want that then you need to go to Asset manager then make a new place and work from there
I slr have a new place and the id
They're not giving me the tp script man🥀💔
All he need is to learn about teleport service and then make it so all the players are teleported after the timer hits 0
YES
EXACTLY
Nobody is going to give a script this complex tbh, unless you pay someone to do it
Holy shit
So
I can't either use ai or get it myself
Only solution is paying

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
Tysm gng
Not really, if you learn more you will be able to, but since you don't know how to do it it's fastest way
put it in a serversyde script
This won't work
How
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
Ye
Yeah
srry to interrupt but can anyone help me with the water thingy im trying to make
If you cant script then you will get stuck like this at every step of your game, you need to know how in order to get anywhere
Idk if ur script is wrong but you need to go in roblox and not roblox studio to try this
So first make sure you publish it