Advertisement
Guest User

Squid game roblox script

a guest
Nov 5th, 2022
2,746
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. spawn(function()
  2. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  3. local Window = Library.CreateLib("Squid Game", "DarkTheme")
  4.  
  5. local RedLightGreenLight = Window:NewTab("Red Light Green ")
  6. local RedLightGreenLight = RedLightGreenLight:NewSection("Teleports")
  7.  
  8. RedLightGreenLight:NewButton("Red light green (Use Right As you join)", "", function()
  9.  
  10. 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)
  11. wait()
  12. end)
  13.  
  14. RedLightGreenLight:NewButton("Tag", "", function()
  15. 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)
  16. wait()
  17. end)
  18.  
  19. RedLightGreenLight:NewButton("Night", "", function()
  20. 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)
  21. wait()
  22.  
  23. end)
  24.  
  25. RedLightGreenLight:NewButton("Glass Bridge", "", function()
  26. 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)
  27. wait()
  28. end)
  29. RedLightGreenLight:NewButton("Tug of War", "", function()
  30. 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)
  31. wait()
  32. end)
  33. end)
  34.  
  35.  
  36.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement