You can write your topic however you want, but you need to answer these questions:
What do you want to achieve? Keep it simple and clear!
Put Spin On An Bowling Ball(not just using orientation or any of that)
What is the issue? Include screenshots / videos if possible!
I dont know how to do it
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I tried to find a topic simmaler to it but it was all just orientation or somtin else i dont want
After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
I dont currently have a script (im looking for how to do it like some fancy operation i dont know about)
you can put spin on it by using Ball.AssemblyAngularVelocity(or just AngularVelocity), and then set the balls angularvelocity on each axis depending on wtv the player does
you could try just setting the angularvelocity directly to the lookvector * some value, but i’m not sure if that would work
try that while i think about this a little bit more
Dear Future Viewers! this was the soulution i came up with
Ball.AssemblyAngularVelocity = Player.Character.PrimaryPart.CFrame.LookVector * Vector3.new(Spin,0,Spin)