Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
- local Window = Library.CreateLib("AU Reborn", "DarkTheme")
- local Tab = Window:NewTab("Player")
- local A = Tab:NewSection("Player Features")
- A:NewToggle("Invisibility", "", function(t)
- if t then
- A = Instance.new("Part", workspace)
- A.Anchored = true
- A.Size = Vector3.new(2000,1,2000)
- A.Position = game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(0,-45,0)
- task.wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,-44,0)
- task.wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.Part1 = nil
- task.wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,47,0)
- else
- game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.Part1 = game.Players.LocalPlayer.Character.Torso
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement