Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --база гуи
- local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wall%20v3')))()
- local w = library:CreateWindow("Script for | Sochi")
- local c = w:CreateFolder("Base Function")
- local b = w:CreateFolder("Teleport")
- --база 2
- local Players = game:GetService("Players")
- local RunService = game:GetService("RunService")
- local TweenService = game:GetService("TweenService")
- local UserInputService = game:GetService("UserInputService")
- --функции Teleport
- b:Button("Tp AvtoSalon", function()
- wait(0.7)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1496.90686, 524.141968, 1530.62219, 0.766061246, 0, 0.642767608, 0, 1, 0, -0.642767608, 0, 0.766061246)
- end)
- b:Button("Tp Gruchiki", function()
- wait(0.7)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1234.30786, 518.440063, 2433.15796, -0.0871315002, -0, -0.996196866, 0, -1, 0, -0.996196866, 0, 0.087131381)
- end)
- --[[
- функции base function
- тут прописываем функции например так
- c:Button("Esp", function()
- а тут уже функцию
- end)
- ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement