local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/Robojini/Tuturial_UI_Library/main/UI_Template_1"))() local Window = Library.CreateLib("🥵mx hub🥵", "RJTheme3") local Tab = Window:NewTab("home") local Section = Tab:NewSection("idk why I create this but this always trash🤑") local Tab = Window:NewTab("teleport") local Section = Tab:NewSection("idk") Section:NewButton("escape lesson", "ButtonInfo", function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2577.17358, -131.994049, 323.244598, 0.997292876, 5.64134659e-08, -0.0735320523, -5.42206564e-08, 1, 3.18173221e-08, 0.0735320523, -2.77442318e-08, 0.997292876) end) Section:NewButton("goto library", "ButtonInfo", function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2603.27124, -143.655823, 319.366211, -0.194540679, 8.73887913e-08, -0.980894446, 7.86733168e-08, 1, 7.34876551e-08, 0.980894446, -6.28738803e-08, -0.194540679) end) Section:NewButton("goto playground", "ButtonInfo", function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2514.10742, -137.431107, 513.347412, -0.999764085, 4.94937211e-08, -0.021719981, 4.80425797e-08, 1, 6.73332039e-08, 0.021719981, 6.62738344e-08, -0.999764085) end) Section:NewButton("goto kitchen", "ButtonInfo", function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2652.5083, -132.050018, 341.445099, -0.987461865, -3.44463658e-08, -0.157857686, -3.15423136e-08, 1, -2.09019611e-08, 0.157857686, -1.56606923e-08, -0.987461865) end) Section:NewButton("goto bedrooms", "ButtonInfo", function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2524.23779, -98.9300079, 332.436493, 0.999329507, -1.40496867e-08, -0.0366125666, 1.20757964e-08, 1, -5.41340448e-08, 0.0366125666, 5.36556257e-08, 0.999329507) end) local Tab = Window:NewTab("teleport 2") local Section = Tab:NewSection("hello lol") Section:NewButton("goto toilets", "ButtonInfo", function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2600.74854, -98.9300079, 344.383789, 0.0443296619, 2.6312712e-08, -0.999016941, 2.61513442e-08, 1, 2.74990253e-08, 0.999016941, -2.73446599e-08, 0.0443296619) end) Section:NewButton("goto sport room", "ButtonInfo", function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2635.93823, -113.917999, 338.530609, 0.0400546752, 3.7163236e-08, -0.999197483, 2.87321056e-10, 1, 3.72046003e-08, 0.999197483, -1.77730874e-09, 0.0400546752) end) Section:NewButton("goto derektor's room", "ButtonInfo", function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2540.51343, -114.050011, 309.002411, 0.999792039, -3.20144942e-08, -0.0203940924, 3.43739011e-08, 1, 1.15340249e-07, 0.0203940924, -1.16017283e-07, 0.999792039) end) Section:NewButton("goto medical center", "ButtonInfo", function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2543.16797, -132.050018, 295.852875, -0.988000512, 6.79150531e-08, 0.154450476, 5.56929116e-08, 1, -8.34599234e-08, -0.154450476, -7.3856647e-08, -0.988000512) end) local Tab = Window:NewTab("player") local Section = Tab:NewSection("looool") Section:NewButton("x2 speed(idk why I add this)", "ButtonInfo", function() game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 32 end) Section:NewButton("x3 speed....", "ButtonInfo", function() game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 48 end) Section:NewButton("re speed", "ButtonInfo", function() game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16 end) local Tab = Window:NewTab("credits") local Section = Tab:NewSection("creator:nikita_4245 display::MX_explojter")