|
| 07 Sep 2013 06:50 PM |
| I need a script that can make a shark fin appear, then swim in circles (rotating the angle of the shark fin at the same time) then after a said amount of time go away. Can someone please help, thanks! |
|
|
| Report Abuse |
|
|
|
| 07 Sep 2013 06:59 PM |
for i=5,360,5 do sharkfin.CFrame = CFrame.new(math.cos(math.rad(i))*30,1,math.sin(math.rad(i))*30) wait(.1) end |
|
|
| Report Abuse |
|
|
|
| 07 Sep 2013 08:11 PM |
| how would implement such a script? |
|
|
| Report Abuse |
|
|
|
| 07 Sep 2013 09:07 PM |
| I hoped you could figure that out. |
|
|
| Report Abuse |
|
|
|
| 07 Sep 2013 09:08 PM |
We wont make you scripts. get out.
|
|
|
| Report Abuse |
|
|
| |
|
|
| 08 Sep 2013 10:27 AM |
| You define sharkfin, that's how. |
|
|
| Report Abuse |
|
|
|
| 08 Sep 2013 10:27 AM |
wouldn't:
SpinSpeed =
while true do script.Parent.CFrame = script.Parent.CFrame * CFrame.new(0,0, 0) * CFrame.fromEulerAnglesXYZ(0, ""..SpinSpeed.."", 0) wait() end
work aswell? i'll just add a body velocity and change the directions every .3 seconds but I need help making this synchronized so it spins at the same angle it turns. |
|
|
| Report Abuse |
|
|