




Local cmds = speed = 0 bg:Destroy() bv:Destroy() = false end mouse.KeyDown:connect(function(key) if key:lower() = "e" then if flying then flying = false else flying = true Fly() end elseif key:lower() = "w" then ctrl.f = 1 elseif key:lower() = "s" then ctrl.b = -1 elseif key:lower() = "a" then ctrl.l = -1 elseif key:lower() = "d" then ctrl.r = 1 end end) mouse.KeyUp:connect(function(key) if key:lower() = "w" then ctrl.f = 0 elseif key:lower() = "s" then ctrl.b = 0 elseif key:lower() = "a" then ctrl.l = 0 elseif key:lower() = "d" then ctrl.TextLabel.
