Swivls
|
  |
| Joined: 18 Jun 2016 |
| Total Posts: 240 |
|
|
| 05 Jul 2016 02:10 AM |
Like in twisted murderer where the knives are spinning and its a 3d view? Cant find a tutorial on it.
~One but many~. |
|
|
| Report Abuse |
|
|
| 05 Jul 2016 02:28 AM |
I think:
local model = script.Parent model.PrimaryPart = model.Part
while true do for x = 1, 100 do model:SetPrimaryPartCFrame((model.PrimaryPart.CFrame + Vector3.new(0, 0.015, 0)) * CFrame.Angles(0, 0.05, 0)) wait() end for x = 1, 100 do model:SetPrimaryPartCFrame((model.PrimaryPart.CFrame + Vector3.new(0, -0.015, 0)) * CFrame.Angles(0, 0.05, 0)) wait() end end
My models: https://www.roblox.com/users/36133282/inventory/#!/models |
|
|
| Report Abuse |
|
|
| 05 Jul 2016 02:29 AM |
put the script in the model
My models: https://www.roblox.com/users/36133282/inventory/#!/models |
|
|
| Report Abuse |
|