its not going up
local part = Instance.new("Part")
part.Parent = workspace
part.Anchored = false
local bodyForce = Instance.new("BodyForce")
bodyForce.Force = Vector3.new(0, 1000, 0)
its not going up
local part = Instance.new("Part")
part.Parent = workspace
part.Anchored = false
local bodyForce = Instance.new("BodyForce")
bodyForce.Force = Vector3.new(0, 1000, 0)
Have you tried parenting bodyForce
to the part?