Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Why are Mouse.hit values un-reliable?

Asked by 2 years ago

I have a placement script using mouse.hit for positioning, and the Y value is un-reliable and clips through the floor often. Heres the code that sets the Y value: y = multip(4,(mouse.Hit.Y+ (object.PrimaryPart.Size.Y/2))) Video

Answer this question