Mag Drop on reload?
Asked by
6 years ago Edited 6 years ago
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()
3 | local Mag = game.ReplicatedStorage.Gunstuff:FindFirstChild( 'GlockMag' ):Clone() |
4 | script.Parent.Parent.Mag.Transparency = 1 |
5 | Mag.Position = script.Parent.Parent.MD.Position |
6 | Mag.Parent = game.Workspace |
end