Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if game.PlaceId == 5774073359 then
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
- local Window = Library.CreateLib("Eat Shit Simulator", "Sentinel")
- local Main = Window:NewTab("Main")
- local MainSection = Main:NewSection("Player")
- MainSection:NewButton("ATM", "tp to atm", function(v)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.ATM.CFrame
- end)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement