Hello. I was wondering if any one could help me with this
How do you make your magazine drop from your gun when you prees a key?
(basically just how do you make a part from a tool unanchored when you prees a key and then make it reappear in the same spot as before within a time limit?
reloadRemote:FireServer()
if reloadTrack then reloadTrack:Play() local Mag = game.ReplicatedStorage.Gunstuff:FindFirstChild('GlockMag'):Clone() script.Parent.Parent.Mag.Transparency = 1 Mag.Position = script.Parent.Parent.MD.Position Mag.Parent = game.Workspace end end
end