#Need assistance once again still learning

1 messages · Page 1 of 1 (latest)

limber dawn
#

Not exactly sure what it’s asking me to do. I’m looking at the video and everything is correct unless there’s something I’m missing that I’m not picking up?

tawdry crypt
#

Uhm

#

Send the actual code please

#

Ain't no way anyone here can read that

limber dawn
#

(Line 75) local dotRight = math.clamp(data.Part.CFrame.RightVector:Dot(Velocity.Unit), data.MinimumX, data.MaximumX)

tawdry crypt
#

data.MaximumX might be wrong

#

Since third argument in clamp is wrong

#

Or max is less than min

pseudo cedar
#

or the min could be wrong

tawdry crypt
#

Maximum might be less than Minimum

pseudo cedar
#

well in this case max is less than min

limber dawn
#

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.

pseudo cedar
#

would need to see where the min/max values are set up

tawdry crypt
#

Print data.MinimumX and data.MaximumX

pseudo cedar
#

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

limber dawn
#

I can share the place and y’all can take a look as well.

pseudo cedar
#

line 39 youre missing a negative at the end

limber dawn
#

Oof that is going to be my next problem I see

pseudo cedar
#

well its whats causing this problem

limber dawn
#

That makes sense how did I not catch that 🤦‍♂️

#

Thank you. Sorry if I make these post's often I'm still learning and I sometime's don't catch things