Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

Help with RocketPropulsion?

Asked by 11 years ago
01rok=Instance.new("Part",Workspace)
02rok.Name="Rocket"
03rok.FormFactor="Custom"
04rok.Size=Vector3.new(.35,.3,5.1)
05rok.BrickColor=BrickColor.new("Really black")
06rok.CFrame=v.Torso.CFrame+Vector3.new(0,100,100)
07rok.CanCollide=false
08rok.Anchored=false
09prop=Instance.new("RocketPropulsion",rok)
10prop.Target=Workspace.cedarboy777.Torso
11prop.TurnD=500
12prop.TurnP=3000
13prop.ThrustD=0
14prop.MaxSpeed=100
15prop.ThrustP=5000
View all 24 lines...

It works on its own, but it doesn't work when I use it with a script I'm currently playing around with. Any help?

0
To elaborate, it's a sort of admin, if you want to call it that. cedarboy777 10 — 11y
0
Without seeing the actual error, it's hard to say. Vathriel 510 — 11y
0
Problem is that it doesn't display an error. It simply does nothing. cedarboy777 10 — 11y

Answer this question