Advertisement
BUNBASTER7BLASTER

Impossible Squid Game! Glass Bridge! Auto Money Collect [OPEN SOURCE]

Jan 15th, 2023 (edited)
1,030
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.07 KB | None | 0 0
  1. --[[ SOLARA SUPPORTS, AUTO OBBY, Impossible Squid Game! Glass Bridge!
  2. By BUNBASTER12BLASTER
  3. Was created for: https://www.roblox.com/games/13987158269/Impossible-Squid-Game-Glass-Bridge
  4. Script is for Impossible Squid Game! Glass Bridge! we don't accept any risk of ban
  5. Version: v0.6
  6. Update Date: 2024-07-23
  7. Discord Server: https://discord.gg/f7wyd42ws4
  8. Notice: Created on fast hand with some AI help
  9. ]]--
  10.  
  11.  
  12.  
  13. -- TOGGLE SET TO TRUE\FALSE
  14. _G.AutoComplete = true
  15.  
  16. local player = game.Players.LocalPlayer
  17. local character = player.Character or player.CharacterAdded:Wait()
  18. local chestPosition = nil
  19.  
  20. local function teleportToChest()
  21.     if character and character:FindFirstChild("HumanoidRootPart") then
  22.         local Chest = game.Workspace:WaitForChild("Finish"):WaitForChild("Chest")
  23.         Chest.Size = Vector3.new(1, 1, 1)
  24.         character.HumanoidRootPart.CFrame = CFrame.new(Chest.Position)
  25.         workspace.Gravity = 0
  26.     end
  27. end
  28.  
  29. while true do
  30.     if _G.AutoComplete then
  31.         teleportToChest()
  32.     end
  33.     wait(5)
  34.     workspace.Gravity = 196.2
  35. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement