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

How to rotate the brick the other way with scripts?

Asked by 7 years ago

This script takes Sp, a brick, and moves it to your right arm and rotates it to where you clicked, but the the mesh makes the front the back and know when Sp teleports to me it is backwards. This is a local script and mouse variable is in the local script already also for character. This is 2 lines of the entire script.

Sp.CFrame = CFrame.new(character["Right Arm"].Position)
Sp.CFrame = CFrame.new(Sp.Position,mouse.Hit.p)

Answer this question