[size=2](There is probably a topic for these bugs somewhere but I can’t find it )
[/size]
Okay so I noticed that the Green balloon gear is broken! Fix please?
It’s trying to access the humanoid of the character, but it’s placed in the backpack so it errors. (Tool.Parent.Humanoid doesn’t work in this case as the path leads to backpack and tries to find the humanoid in the backpack!)
Here’s what you should put in the LocalScript inside the Balloon:
[code]
function Leap()
game.Players.LocalPlayer.Character.Humanoid.Jump = false
end
game.Players.LocalPlayer.Character.Humanoid.Jumping:connect(Leap)[/code]
Also I suggest removing these spammy print at line 75 in the BalloonScript… It prints the height (I think it is) every 5 seconds which gets quite annoying!