So I have a MAJOR problem with this script I am implementing.
while true do script.Parent.CFrame = script.Parent.CFrame * CFrame.fromEulerAnglesXYZ(0.05,0,0) wait() end
Is there something in my script that makes it not work? The parent for the script is named "Union" if that has to be the problem with it.