AgentL3r
|
  |
| Joined: 14 Jan 2013 |
| Total Posts: 1671 |
|
|
| 03 Aug 2015 10:55 AM |
Hi,
I have this script. It's in a model, which is in a model, which is in another model. For some reason, it only rotates a little bit. I tried it on the same model but not with the others, and it worked fine. Any help?
script.Parent.PrimaryPart = script.Parent.MainHose.LM
while true do script.Parent:SetPrimaryPartCFrame(script.Parent.PrimaryPart.CFrame * CFrame.new(0, 0, -0.1) * CFrame.Angles(0.1,0,0)) wait() end |
|
|
| Report Abuse |
|
AgentL3r
|
  |
| Joined: 14 Jan 2013 |
| Total Posts: 1671 |
|
| |
AgentL3r
|
  |
| Joined: 14 Jan 2013 |
| Total Posts: 1671 |
|
| |
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
|
| 03 Aug 2015 11:22 AM |
Then increase the interval
and do
while wait() do
"Talk is cheap. Show me the code." - Linus Torvalds |
|
|
| Report Abuse |
|