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

Bullet casings wont clone to the gun, instead they clone on the baseplate??

Asked by 4 years ago

Heres a video of what is happening: https://gyazo.com/d9b4cca26523f9d797dc0806123d6789

The bullet casings are cloning on the baseplate instead of the gun. This should be a very simple fix because it should only be a small problem.

Code:

local bullet = game.ServerStorage.Part

local bulletClone = bullet:Clone()

bulletClone.Parent = game.Workspace

bulletClone.Position = Vector3.new(script.Parent.Bullet.Position)
0
What is the bullet's original position? DeceptiveCaster 3761 — 4y
0
so this is? (script.Parent.Bullet.Position) AizakkuZ 226 — 4y
0
I dont know what you mean by original position, but im trying to clone it to the gun's position iinaoriku 52 — 4y

Answer this question