So I have this error:
http://prntscr.com/kvnbnc
Here is my code
v.Position = Player.Character.UpperTorso.Position - Vector3.new(math.random(1,-20), -18, math.random(1,20))
I actually have no clue why I'm getting this error, it seems that my code looks right but it just doesn't work.. How do I solve this?