|
| 02 Aug 2014 07:37 PM |
You know how on the Old GTA games when you kill someone they drop their gun and it spins to let you know you can pick it up.
How would I do that? |
|
|
| Report Abuse |
|
|
alij12
|
  |
| Joined: 03 Oct 2011 |
| Total Posts: 1204 |
|
|
| 02 Aug 2014 07:39 PM |
>Player died > take gun out of backpack (If not in back-pack, then in player) > parent to workspace > anchor (or use a body force or something) > rotate > .touched |
|
|
| Report Abuse |
|
|
|
| 02 Aug 2014 07:40 PM |
| Only needed to know the rotate part k |
|
|
| Report Abuse |
|
|
|
| 02 Aug 2014 07:52 PM |
while true do
script.Parent.CFrame = script.Parent.CFrame * CFrame.fromEulerAnglesXYZ(.01, .01, .01)
wait()
end
|
|
|
| Report Abuse |
|
|