#Not sure why I can change orientation of part!
1 messages · Page 1 of 1 (latest)
And why are you trying to move the conveyor? Don't you want to move the items ON the conveyor?
Or do you want to move the decal so it looks like the arrow is moving?
multiple things wrong with this
- like tiaundich said, you need to move Conveyor to Conveyors
- instead of multiplying by 20, multiply by conveyor:GetAttribute("Speed") so the Speed attribute is not useless
If I'm not mistaken it should also be in a while true loop so it keeps pushing items on the conveyor
Guys actual problem, I found is this: (My orientation arrow should be blue but no matter how I'm spawning the part its always green and thats why things are not working..)
Can anyone guide me how can we change orientation arrow, I tried by rotating the object but it doesn't work!