Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- spawn(function()
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
- local Window = Library.CreateLib("Squid Game", "DarkTheme")
- local RedLightGreenLight = Window:NewTab("Red Light Green ")
- local RedLightGreenLight = RedLightGreenLight:NewSection("Teleports")
- RedLightGreenLight:NewButton("Red light green (Use Right As you join)", "", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-140.911438, 6.09999752, -645.782837, 0.270335972, 7.80601397e-08, 0.962766051, 2.33897133e-08, 1, -8.76466473e-08, -0.962766051, 4.62128611e-08, 0.270335972)
- wait()
- end)
- RedLightGreenLight:NewButton("Tag", "", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(89.4249344, -156.800156, 877.390564, -0.0490758158, 5.35293658e-08, 0.998795033, 5.93568181e-08, 1, -5.06774427e-08, -0.998795033, 5.67982603e-08, -0.0490758158)
- wait()
- end)
- RedLightGreenLight:NewButton("Night", "", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-123.600777, 6.09999704, -507.383362, 0.996003926, 9.62772546e-08, 0.0893092602, -9.41803506e-08, 1, -2.7693142e-08, -0.0893092602, 1.9171301e-08, 0.996003926)
- wait()
- end)
- RedLightGreenLight:NewButton("Glass Bridge", "", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-335.001709, -125.725075, -185.479828, -0.978090286, 1.55569388e-08, 0.208181217, 1.55597508e-08, 1, -1.62405633e-09, -0.208181217, 1.6507743e-09, -0.978090286)
- wait()
- end)
- RedLightGreenLight:NewButton("Tug of War", "", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-123.600777, 6.09999704, -507.383362, 0.996003926, 9.62772546e-08, 0.0893092602, -9.41803506e-08, 1, -2.7693142e-08, -0.0893092602, 1.9171301e-08, 0.996003926)
- wait()
- end)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement