Tsurra
|
  |
| Joined: 30 Jan 2011 |
| Total Posts: 495 |
|
|
| 13 Dec 2015 08:38 AM |
| I need a script for a ball (or any brick) that will make the ball float and swirl at the same time, I will put that onto a staff (tool). |
|
|
| Report Abuse |
|
|
Tsurra
|
  |
| Joined: 30 Jan 2011 |
| Total Posts: 495 |
|
| |
|
|
| 13 Dec 2015 10:12 AM |
If it is completely spherical(Every line is the same distance from the origin of the ball) you shouldn't notice it when it spins so it would matter. |
|
|
| Report Abuse |
|
|
| |
|
Tsurra
|
  |
| Joined: 30 Jan 2011 |
| Total Posts: 495 |
|
|
| 13 Dec 2015 11:45 AM |
| well, it can be different colours, or cubic, doe. |
|
|
| Report Abuse |
|
|
DevBefell
|
  |
| Joined: 05 Aug 2015 |
| Total Posts: 125 |
|
|
| 13 Dec 2015 12:28 PM |
| I can do this message me about it. |
|
|
| Report Abuse |
|
|
|
| 13 Dec 2015 01:29 PM |
while wait() do Sphere.CFrame = Sphere.CFrame * CFrame.new(0,math.sin(tick())/3,0) * CFrame.fromAxisAngle(Vector3.new(1,1,1),math.rad(5)) end
You would not notice the rotation though |
|
|
| Report Abuse |
|
|