Among all youtubers I watched and all articles i read. none simplified it to me more than the way you simplified it me. Thanks so much man
@DeguProductions2 күн бұрын
This is the best Roblox Studio tutorial I've ever ever ever seen, you helped a lot, you earned a new subscriber and I'll give your credits once I publish my game!
@الخلبوصة9 ай бұрын
Your intros are so funny 😂😂 Keep it up!
@muhammadabdulgani128320 күн бұрын
Fr bro
@osakadev9 ай бұрын
It makes me happy that you take into account my ideas and suggestions, few people dare to make content as detailed as this, congratulations for the almost 4k subs, keep it up :)
@llYuki0okami3 ай бұрын
0:28 music source - Silent Hill 3 - Never Forgive Me Never Forget Me
@callmecozmic7 ай бұрын
You're a life saver man, I'm 100% subscribing. Literally making a TDS game and didn't know how to send the data of how many players were teleporting and the difficulty. You read my mind and saved my game. Also, you did an amazing job at explaining each function and this was a great learning experience for me on TeleportService. Keep up the great work man!
@BrawlDevRBLX7 ай бұрын
Glad I could help!
@niczx1027 күн бұрын
It's 3 in the morning and I've been looking for videos to explain teleportservice since midnight, I'm from Brazil and I'm having to watch a foreign tutorial haha, you saved me man, I was getting tired of looking for teleportservice, say hello!
@creeperplayzz9 ай бұрын
HOW DO U ALWAYS KNOW WHAT IM GONNA ADD
@EpicPico06259 ай бұрын
He lives in your walls!
@الخلبوصة8 ай бұрын
@@EpicPico0625 I won't be able to sleep tonight then lmfao
@PumpkinVr-Developer3 ай бұрын
@@EpicPico0625let him I need him to teach me coding
@mlysq8 ай бұрын
I'm so glad you exist bro its hard to find a KZbinr that teaches coding this good, even tho I'm a beginner I can understand and easily come up with what to do in a code or how to fix it, you explain everything very well
@GrupodosGnomo8 ай бұрын
Best teacher
@BrawlDevRBLX8 ай бұрын
Ty for the donation bro! :)
@LearnWithOmar4 ай бұрын
blud is elon musk
@Pianowhizz02 ай бұрын
Thanks, the videos are really helpful as a small developer expanding their scripting skills!
@CrayZ-z6s2 ай бұрын
This video explained teleportservice very well, I was initially struggling to figure out what it was on the doccumentation but this video really helped me
@Shallweiro6 ай бұрын
Oh wow thanks for making the vid, my TD game needed the "Players amount" data, and also some other stuff that i learned in here, thanks!❤
@SamiulAlam-ql4yz2 ай бұрын
great video , my guy!
@creepermods46416 ай бұрын
22:39 Heck yeah that's what i need right now, and how do you know that i'm gonna need that tutorial sending data script of a Tower Defense game. You got me and i'll continue my support!
@FakeConsole5 ай бұрын
Yup teleport data needed to me so much lol, i have about 6 places for gamemodes so its very difficult to me for updates so teleport data very helpful
@MyconidMushFungi442 ай бұрын
Honestly, why arent there more poeple like you, not only do you demonstrate your script functionality but you teach the watcher how to do it, you give a understanding lecture of each codes purpose, i have one question, i know this isnt directly what was in the video, but can you teleport player data such as tools in the starterpack or starterplayercharacters to the place being telelported too?
@DevStuf8 ай бұрын
Thx so much, I need this for my queue system teleportation part!! Helps so much!
@greempbruh8 ай бұрын
Bro tysm 👍😁 this really helpful for me🎉
@Kyoryokuna_FallenАй бұрын
Great video as always
@productividad_inteligente8 ай бұрын
Amazing tutorial. Great explanation
@EpicPico06259 ай бұрын
Bro is actually so underrated! U deserve more! (Also i totally wasnt Wondering how TeleportService works the other day 🤔)
@TQNY9 ай бұрын
Love this.. complicated for a novice like me.. and know I will need this.. but Awesome VID ‼
@AhmedNasserFaisalAbdElhameedIb3 ай бұрын
i love your content man you are the best
@IzzetSeyit-dd9oc8 ай бұрын
thanks for everything, you solved my problem!
@llYuki0okami3 ай бұрын
The worst thing is that we have no influence on what region roblox will choose for such a server, which is why they somethimes have high ping. Interesting thing assistand gave me; "Reserved places can provide better performance and lower latency since they use a dedicated server."
@maxymusgamer99009 ай бұрын
That guy is a W, thx for teaching us!
@WhoLetsBludCook17 күн бұрын
why is the teleport screen gui not working ? pls help I have been trying for about an hour now
@slipptt908513 күн бұрын
Are you talking about the 18:05 part? I just realized in order for that gui to remain for 5 seconds inside the second place within the game, you have to put the local script in replicated first, on the second places workspace, not on the main game one.
@WhoLetsBludCook12 күн бұрын
@@slipptt9085 I have put the GetArrivingTeleportGui local script in replicated first in the second place. The SetTeleportGui local script in StarterPlayerScripts in the main game is also not working and showing just the default roblox loading Gui
@Spiralowo11 күн бұрын
After HOURS of trying different methods, I've just fixed it by moving the entire code from the StarterPlayerScripts LocalScript inside of the ServerScriptStorage Script. Inside of the PlayerAdded function, right before the task.wait(), I pasted in the code from the LocalScript. It will give you an error saying something along the lines of "The SetTeleportGui shouldn't be used in the server," but ignore that.
@The_best_Zoee6 ай бұрын
You helped me a lot with this part (20:08) , thank you very much
@DaniXidusАй бұрын
yo dude, i followed along what u did, understanding it, but the teleport laoding screen thingy doesnt work for me, idk why, i mean it does teleport me, but it still shows me the original loading screen instead of the custom one we made, is there any way to get around this, any tips?
@Br00k60420 күн бұрын
Disable it by making a variable for replicated first which means it loads what you want FIRST in the game like a loading screen, simple write local rf = game:GetService(“ReplicatedFirst”):RemoveDefaultLoadingScreen
@Spiralowo11 күн бұрын
After HOURS of trying different methods, I've just fixed it by moving the entire code from the StarterPlayerScripts LocalScript inside of the ServerScriptStorage Script. Inside of the PlayerAdded function, right before the task.wait(), I pasted in the code from the LocalScript. It will give you an error saying something along the lines of "The SetTeleportGui shouldn't be used in the server," but ignore that.
@CoziKodi20 күн бұрын
Wonderful video
@yarik_superpro8 ай бұрын
27:27 yeah he mentioned it yay i remember reading it and yes it can be edited by exploiter,overall for it exist memorystore
@BrandonTheGoose9 ай бұрын
BrawlDev I play with myself every time you upload 🥰🥰🥰
@penguin2598 ай бұрын
bro hearted every comment except yours
@الخلبوصة8 ай бұрын
@@penguin259 Probably because what he means is fucking dirty as his brain
@LearnWithOmar4 ай бұрын
.....
@HistoryEditss6 ай бұрын
8:18 Is it possible to put an area we have previously created here? Can you answer fast? plsss
@الخلبوصة8 ай бұрын
I hope you upload a tutorial about raycasting after you upload the one on which you're working these days.
@coreyglidden27924 ай бұрын
baba
@الخلبوصة4 ай бұрын
@@coreyglidden2792 mama
@Faleler3 ай бұрын
bro i love you so much bro 😭
@Ahmed.Esmail21698 ай бұрын
we need how to make vehicles in roblox studio pro like bikes and cars almost no one knows any thing about that and I need this tutorial so much, love u so much I learned a lot from u this is the best roblox scripting playlist at the entire youtube, hope u see my comment!
@llYuki0okami3 ай бұрын
Note, you can teleport players to place and create private server for it with TeleportService:TeleportToPrivateServer(game.PlaceId, reservedServer, { player }, true) and the player who start teleport or who is first to teleport will become the host
@corbinwalton99969 ай бұрын
Legit was thinking about adding that 2 hours ago and saw this can out 1 hour ago
@Silly_Genius5 ай бұрын
Hi, one small question if i need to teleport a player to a unique server i would use the teleporttoprivateserver, but i want to know that during handling failed teleports(safe teleports) where you made a module script and pasted the code can the player still go to a unique private server and not another public server ?
@whattwouldyouratherr8 ай бұрын
can you please do a video on velocity and gravity. for example if i want to throw something whats the code fir that?
@BrawlDevRBLX8 ай бұрын
I plan to have a video dedicated to physics sometime in the future. Hope you will stick around for that!
@Faleler3 ай бұрын
If the loading screen at the Custom Teleport screen dont work, add a task,wait before the teleportasync
@kenobi34548 ай бұрын
what are u gonna do after "advanced" is it going to be "pro" scripting tutorials? 🙏
@BrawlDevRBLX8 ай бұрын
Mystery… 👀 Regardless, I hope you’re in it for the long run with what I have planned for the channel and thx for watching!
@7md_09 ай бұрын
damn , bro i love ur videos
@pakcountryz8 ай бұрын
pls make a video on how to detect if two players touched a Gui or a Part in order
@damonicfoster81219 ай бұрын
Thats so funny cuz i made the exact thing last weekend
@danielerossi3162 ай бұрын
sry for the question, but what if i want to teleport the player only if he goes in to bed? like, the player sit on the bed and got teleported, not when he just join the game
@BugattiKing1015 күн бұрын
How would i make it rejoin the same game whenever i do it says disconnected from game please reconnect
@الخلبوصة8 ай бұрын
Yo I have a question. How long have you been scripting on Roblox? I just want to know how long it takes to become such a professional scripter.
@BrawlDevRBLX8 ай бұрын
I started 7 years ago, but I had times where I didn't script for a long time. Active time i'd say 2-3 years.
@الخلبوصة8 ай бұрын
@@BrawlDevRBLX Thanks for ur answer!
@PumpkinVr-Developer3 ай бұрын
You didn’t show us how to make it join when the two players touch the plate 😢
@TheRealKingMSM5 ай бұрын
this was great. Quick question how can i make it so when the player teleports to another place and leaves and joins back, they join to the place that they teleported.
@TheRealKingMSM5 ай бұрын
nvm figured it out. GREAT VID BRO
@dayop5038 ай бұрын
Can you make tutorial a trade system?
@dat_o17 ай бұрын
the datastore part is confusing. like how tf we make it send for example in game money??
@Gimen_spacemega12 ай бұрын
can you put a timer? like if you stay there for 30 seconds it will teleport only you
@zacomad8 ай бұрын
thx bro :D
@iamjohwnwnekek9 ай бұрын
can u do a video about raycasting?
@BrawlDevRBLX8 ай бұрын
Will come out eventually!
@Yeetkillermstr2 ай бұрын
Yo bro is there a way you can make it mutiple queue systems?
@AnonymousWatcherAmigoАй бұрын
make a video about every gui object
@joker_71253 ай бұрын
the custom teleport screen isnt working to me at all! the loading screen in the second place not showing.
@cruzsanchez80553 ай бұрын
I had the same issues and 2 things fixed it for me. First, I added a task.wait to the teleport script since the teleport gui needs to be set before a teleport is initiated. Second, the Arriving teleport script needs to be placed in the ReplicatedFirst of the place being teleported to. Hopefully my fixes also work for you.
@bruhrly18 ай бұрын
when i join from the other place it just teleports me back to my lobby (i joined the mian game from the lobby) any way to fix this?
@pkj82822 ай бұрын
question, if user is leaving in map server. how to send data to lobby?
@Hexplaysroblox5 ай бұрын
when i join the game it says that the other place is restricted
@LruzaOfficial8 ай бұрын
Can you play unpload video about Prassing E and do something
@BrawlDevRBLX8 ай бұрын
I did a video on UserInputService. I suggest you watch that vid to answer your question!
@giangnguyentruong34202 ай бұрын
How to save the tool when teleported
@uglyappleboi51958 ай бұрын
how to teleport multiple players at once??
@varunteja17692 күн бұрын
heyy dude.. i was follwing all of u r videos.. its really wonderfull. me and my team released a new game. for more info, reply to this comment. hope u gone na encourage me...
@gavynchayshensugiato15174 ай бұрын
How do i make a party matchmaking (cross server) like in bedwars?
@ethendsilva23 күн бұрын
it could have been better if something like portal was there and that would teleport you to the 2nd place rather than waiting to be teleported
@InsolentLoganАй бұрын
How does one add the teleport script to a specific part?
@lypt1x18 күн бұрын
Use the `YourPart.Touched` Event that gives you the option to connect a function that gets fired when some Part of the Player's character touches the "YourPart"
@TTheThieff5 ай бұрын
it allows me to teleport to my other place but the gui isnt appearing i redid the script multiple times but its not working
@fixauto54344 ай бұрын
same lmk if u got a fix for it
@cruzsanchez80553 ай бұрын
@@fixauto5434 I had the same issues and 2 things fixed it for me. First, I added a task.wait to the teleport script since the teleport gui needs to be set before a teleport is initiated. Second, the Arriving teleport script needs to be placed in the ReplicatedFirst of the place being teleported to. Hopefully my fixes also work for you.
@WhoLetsBludCook18 күн бұрын
Erm Actually You were supposed to put the screen Gui and local script in Replicated First ...
@LruzaOfficial8 ай бұрын
How about vfx
@lucabacha2 күн бұрын
lol teleportService cant teleport in studio T_T
@الخلبوصة7 ай бұрын
epik intro
@coolkid73776 ай бұрын
my loading screen doesnt load when switching to a new place. Idk why and yes I checked ignoreguiinset
@12desires-zr6uv3 ай бұрын
i'm having the same problem and i looked at the code for like 20 mins and couldn't find anything wrong with it.
@coolkid73773 ай бұрын
@@12desires-zr6uvgang 3 months later and that sh still dont work for me😂
@Faleler3 ай бұрын
@@12desires-zr6uv add a task.wait(1) before the teleport asysnc
@nightvolk68537 ай бұрын
QUESTION: Hello guys, lately I've been trying to make a script that would teleport the player to a specific place using TeleportService:TeleportToPlaceInstance(), I can get the JobId but when teleporting it says "Attempted to teleport to a place that is restricted (Error code: 773)" . I couldn't find anything on the internet, I tried some methods changing network and sharing center thing in my pc but it didn't help. But when I just teleport using only the PlaceId then it teleports me to the correct place. Please help
@-its._.kio-6 ай бұрын
Do you try to be tp on roblox studio?
@nightvolk68535 ай бұрын
@@-its._.kio- Oh dw I already figured out that I was recieveing the wrong information from MessagingService. The game tried to teleport to a place with JobId: 0. That was the issue.
@-its._.kio-5 ай бұрын
@@nightvolk6853 ohhhhh
@SPWjr20115 ай бұрын
Can anybody help it said place restricted
@SoollzPlays5 ай бұрын
What about TeleportPartyAsync?
@hexarinumerial3 ай бұрын
TeleportPartyAsync is deprecated, TeleportAsync replaced it
@fallengaming268 ай бұрын
I cant reserve server: Http 403 (forbidden)
@BrawlDevRBLX8 ай бұрын
Make sure http service is enabled in your game settings.
@fallengaming268 ай бұрын
Thx I fixed it
@RobloxStudioLoser9 ай бұрын
Lets go
@LearnWithOmar4 ай бұрын
52K? so u actually make games? ive never seen a roblox studio yter that actually owns a game
@aaronbass82116 күн бұрын
Christ is King
@MarquizJeffries4 ай бұрын
bvruh its aloot to type but if anyone can type it for me pls do
@bbbboooo-nnnnob2 ай бұрын
nice vid!!! but may i ask a question??? local tpservice = game:GetService("TeleportService") local part = script.Parent local placeid = 125220501166157 local hehe = 1 while hehe == 1 do part.Touched:Connect(function(plr) if _G.Time == "..." or 0 then tpservice:TeleportAsync(placeid, {plr}) end end) task.wait() print(1) end why is this not working??? it is in a part btw
@bbbboooo-nnnnob2 ай бұрын
here is a related script :> _G.Time = 10 local loop = 1 local seconds = script.Parent.SurfaceGui.seconds seconds.Text = _G.Time while loop do if _G.Time == 0 then seconds.Text = 0 wait(1) seconds.Text = "..." wait(0.75) _G.Time = 10 end seconds.Text = _G.Time _G.Time = _G.Time - 1 wait(1) seconds.Text = _G.Time end