How to make Button that Teleports you in Roblox Studio!

Поделиться
HTML-код
  • Опубликовано: 2 июн 2024
  • Follow me in Roblox for more!
    0winto100win
    scripts
    player = game.Players.LocalPlayer button = script.Parent local debounce = false function teleport() if not debounce then debounce = true LowerTorso = player.Character.LowerTorso LowerTorso.CFrame = game.Workspace.TP1.CFrame end end button.MouseButton1Click:Connect(teleport) while true do wait() debounce = false wait(1) end

Комментарии • 2

  • @exo31712
    @exo31712  Месяц назад

    -scripts-
    player = game.Players.LocalPlayer button = script.Parent local debounce = false function teleport() if not debounce then debounce = true LowerTorso = player.Character.LowerTorso LowerTorso.CFrame = game.Workspace.TP1.CFrame end end button.MouseButton1Click:Connect(teleport) while true do wait() debounce = false wait(1) end

    • @AdamCarlBaloto
      @AdamCarlBaloto Месяц назад

      Heya did u give up on the mouse tracking full body script? Btw I was margoon I changed accs, but if u did give up it's alright