|
| 10 Apr 2016 04:40 AM |
local arrow = script.Parent while true do arrow.CFrame = CFrame.new(arrow.Position - Vector3.new(0,.2,0))*CFrame.Angles(math.rad(180), math.rad(90), 0) wait(1) arrow.CFrame = CFrame.new(arrow.Position + Vector3.new(0,.2,0))*CFrame.Angles(math.rad(180), math.rad(90), 0) wait(1) end
|
|
|
| Report Abuse |
|
| |
| |
| |
|
| 10 Apr 2016 05:04 AM |
@praeot ive got filtering enabled
tho
|
|
|
| Report Abuse |
|