01-08-2016, 05:49 PM
What do you mean? Does the snowball go to the left or the right? If you mean it's going down then try this:
local EntityId = World:CreateProjectile(...) World:DoWithEntityById(EntityId, function(a_Projectile) a_Projectile:SetGravity(0) end )