Classes
You are in:
Adds a force to the part along each axis. Type is Force type (0 = Force, 1 = Impulse, 2 = VelocityChange, 3 = Acceleration)
local part = script.Parent part:AddForce(Vector3.new(100, 100, 100))