Bee Swarm Simulator Script | GLIDER EXPLOIT

Created by LGD#2706

Features:

  • GLIDER EXPLOIT
    • A little script that allows you to modify some parameters of your glider in bee swarm simulator 
local ModuleScript = require(game:GetService("ReplicatedStorage").Parachutes)

for i,v in pairs(ModuleScript)do
   local uv = getupvalues(v)
   for i,v in pairs(uv[1])do
       if type(v) =='table' then
           --For parachute--
           uv[1]["Parachute"].Float = 30
           uv[1]["Parachute"].Speed = 100

           --For glider--
           uv[1]["Glider"].Float = 30
           uv[1]["Glider"].Speed = 100
       end
   end
end

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!