About 32,700 results
Open links in new tab
  1. How to create a teleport - Scripting Support - Developer Forum

    Nov 9, 2020 · Hello everyone! So on my game I need it so that when a part is touched you get telported to somewere else in the game. I can’t find that anywhere on the forums only ones that can teleport you to another game/place. I just have no idea were I should start with the teleport bit.

  2. How to make a Teleport System Tutorial - Community Tutorials

    Feb 8, 2022 · Hi there! My name is Anthony, today I’m going to show you how to make a simple teleportation system. Don’t worry it’s pretty basic 🙂 So first we add two parts: These two parts will be our pads. Then rename the first part to “Telepad” Then rename the second part to “Telepad2” IMPORTANT: Make both Telepads anchored and can collide is …

  3. Teleportation GUI script - Scripting Support - Developer Forum

    Apr 16, 2023 · Hi, I’m trying to make a Teleportation GUI for my Clicker Game, but the script doesn’t work, here’s my script, (Note, I used ChatGPT for this script.) -- Set the buy price and click requirement local buyPrice = 100 -- Change this to the desired buy price local clickRequirement = 100 -- Change this to the desired click requirement -- …

  4. Teleporting a player from a local script? - Scripting Support

    Aug 27, 2020 · Well if you want the teleportation client-side only, you can just change the CFrame of the humanoidRootPart of the player’s character. If you want the teleportation to be server-side, you’ll need to have the local script fire a remote event to the server and have a corresponding server side script handle the teleportation of the player.

  5. Teleportation Script - Scripting Support - Developer Forum - Roblox

    Mar 10, 2021 · Hey, fellow devs. I have been working on a game with a friend, but we want to do a few huge changes. What we want to achive Well, it’s simple. We need to learn how to make a script to teleport a player to the new game instantly after joining the game. Is this possible? More questions Is this good for a game, or bad? How will this happen? Thanks Thanks for coming, hope we get feedback soon! 😃

  6. Teleport Script - Scripting Support - Developer Forum - Roblox

    Feb 20, 2022 · Hello, I am trying to make a script where you click a button and it will teleport you to a specific area. This is the script: local UIS = game:GetService(“UserInputService”) local gui = script.Parent local Back = gui.TeleportGUI.Exit local TeleGui = gui.TeleportGUI local Tele1 = gui.TeleportGUI.Tele1 gui.TeleportGUI.Visible = false UIS.InputBegan:Connect(function(input) if input.KeyCode ...

  7. Teleportation: How to make it fast? - Scripting Support - Roblox

    Nov 10, 2020 · So here is the thing. I was making a teleport part to another game. I tested it but it took so long about like 9 secs or something. I want to make it fast but how? here is my script: <details><summary>SCRIPT</summary>local TeleportService = game:GetService(“TeleportService”) local Place = 965894514 script.Parent.Touched:connect(function(hit) local player = game.Players ...

  8. How to make a game teleporter? - Scripting Support - Roblox

    Dec 17, 2022 · What do you want to achieve? I want to make a game teleporter, like when you walk on a part with this script, it teleports you to a certain game. What is the issue? I don’t arrive to do that. What solutions have you tried so far? I tried a few things with game teleportation but I can’t make this work. Thanks in advance for your help! I hope you have a great day!

  9. Teleportation Gui - Scripting Support - Developer Forum - Roblox

    Aug 16, 2022 · Hey guys, I’m trying to make a script… just for some info, there are two parts, when two players stand on one each, a ‘playButton’ Gui pops up and I want it so that when this ‘PlayButton’ is clicked, it teleports one player to ‘Team1’ part and the other player to ‘Team2’ part. Any ideas how I can do this? Heres my current script thats …

  10. TeleportPartyAsync error: Doesn’t support a guest - Roblox

    Dec 8, 2024 · TLDR- – the code below makes the teleportation happen but only if there is one player on the server local TeleportService = game:GetService("TeleportService") local Players = game:GetService("Players") local TransporterDisk = script.Parent local placeID = -- bigger than zero number here local function TeleportEverybody() local everyone = Players:GetPlayers() TeleportService:TeleportAsync ...

  11. Some results have been removed