#Need assistance once again still learning
1 messages · Page 1 of 1 (latest)
(Line 75) local dotRight = math.clamp(data.Part.CFrame.RightVector:Dot(Velocity.Unit), data.MinimumX, data.MaximumX)
data.MaximumX might be wrong
Since third argument in clamp is wrong
Or max is less than min
or the min could be wrong
Maximum might be less than Minimum
well in this case max is less than min
Odd. I’m following the video I must’ve missed something or did something wrong. I’ve been staring at it and looking back over it like 50 times and still can’t seem to get it click.
would need to see where the min/max values are set up
Print data.MinimumX and data.MaximumX
well printing wouldnt really give much info
if max and min are set up correctly it shouldnt be possible for max to be less than min
so id want to see where those are initialized
line 39 youre missing a negative at the end
Oof that is going to be my next problem I see
well its whats causing this problem