I used these two statements:
GetMOV = Mouse.Target:FindFirstChild("Moveable"); GetTOU = Mouse.Target:FindFirstChild("Touchable");
To find the BoolValue object whoes name is Moveable and another BoolValue objects whos name is Touchable.
I then check with a conditionl statement (if statement) if they both exist inside the Mouse.Target
Why does it seems to not work.