local speed = 50 i made it so as long as you hold the button the size Augments and when you stop pressing the button the remote fires and the Body Velocity is made and the BodyVelocity is multiplied by the speed ,but i wanna make so the bigger the size the slower the speed gets , i have managed to do the inverse, but i have no idea how to do it any help please?
local speed = bullet.Size.Y*2
local Woosh = Instance.new("BodyVelocity",bullet) Woosh.maxForce = Vector3.new(math.huge, math.huge, math.huge) Woosh.velocity = CFrame.new(plr.Character.UpperTorso.CFrame.p, Mouse.p).lookVector * speed
Closed as Not Constructive by User#6546
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?