Hi, i have a little problem, i have a bullet but sometimes the bullet rotates, i have this script to make the bullet don’t rotate but it doesn’t work.
local bodyGyro = Instance.new("BodyGyro",Bullet)
bodyGyro.MaxTorque = Vector3.new(0,0,0)
Hi, i have a little problem, i have a bullet but sometimes the bullet rotates, i have this script to make the bullet don’t rotate but it doesn’t work.
local bodyGyro = Instance.new("BodyGyro",Bullet)
bodyGyro.MaxTorque = Vector3.new(0,0,0)
Try this:
local bodyGyro = Instance.new("BodyGyro",Bullet)
bodyGyro.MaxTorque = Vector3.new(400000,400000,400000)
Nope it still rotating, i want the bullet stay still