|
| 12 Jul 2013 01:01 PM |
Hey players, I wanted some help here. This script spawns my model but it doesn't move even though I insert the body velocity. What is wrong with it? Here is the important section:
x = game.Lighting.LightingFist:clone() x.Parent = Workspace x.CFrame = Player.Character.Torso.CFrame *CFrame.new (2, 0, -3) x.Rotation = Vector3.new(-90, 0, -90) x.Anchored = true y = Instance.new ("BodyVelocity") y.maxForce = Vector3.new (math.huge, math.huge, math.huge) y.velocity = Player.Character.Torso.CFrame.lookVector *85 y.Parent = x b = script.Fist:clone() b.Parent = x
Player is defined. |
|
|
| Report Abuse |
|
Raphael7
|
  |
| Joined: 03 Dec 2008 |
| Total Posts: 2479 |
|
| |
| |