MakeBalloon
Entity MakeBalloon( player ply, number r = 255, number g = 255, number b = 255, number force = 0, table data )
Description
This is used internally - although you're able to use it you probably shouldn't.
This function makes a balloon appear, similar to the one from the Toolgun.
This function doesn't make the rope attached to the balloon appear.
Arguments
6 table with BalloonData structure data
Data applied to the balloon. This data is required for correctly spawning the balloon.
For more information, please see: BalloonData structure