Hello, I have been working on a confetti effect when that starts from the player’s mouse when they click a button, But I am having some problems with it:
It keeps on going in the opposite direction of the button.
Here is my code that chooses the random position:
image:TweenPosition(UDim2.new(R:NextNumber(0,1),0,R:NextNumber(0,1),0),'Out', 'Sine', 5)
How can I choose a random position starting from the mouseN
Thank you!