#Idk why it doesnt work
55 messages · Page 1 of 1 (latest)
cause the cframe you are comparing with is too specific
i dont know whats the actual rotation and position you wanted or what you actually checking for
but makeit 2 comparison
no higher than ... and no lower than ...
so theres some wiggle room
i wanna change event on button
like
a giant person
to move this BIG BOY
and what is this checking for
check if player is what
it checking this part position
check if the arm is at the rightmost side?
i guess you could try changing == into >=
bro
i tried
hello
ello
is it for position?
.
You're comparing CFrame.Rotation to a CFrame, which is right but not here
You need to be comparing BasePart.Orientation to a Vector3
hm
if camerapart.Orientation == Vector3.new(rx, ry, rz) then