Gun Working in Roblox Studio, but not in Player? PLEASE Help! Not working Properly!
So i have a Item In the shop! It is doing what it is soposed to do, but the problem is that when it loads, the Words load, but none of the scripts of the gun load properly!
THIS IS A SCRIPT
01 | wait(math.random( 0 , 200 ) / 200 ) |
09 | if ( not game.Workspace:FindFirstChild( "Ignore_Model_" .._G.Ignore_Code)) then |
10 | local Ignore_Model = Instance.new( "Model" ) |
11 | Ignore_Model.Name = "Ignore_Model_" .._G.Ignore_Code |
12 | Ignore_Model.Parent = game.Workspace |
16 | Ignore_Model.Parent = game.Workspace |
22 | script.Parent:WaitForChild( "Gun_Main" ):WaitForChild( "Ignore_Code" ).Value = _G.Ignore_Code |
28 | _G.Ignore_Code = math.random( 1 , 1 e 4 ) |
30 | if ( not game.Workspace:FindFirstChild( "Ignore_Model_" .._G.Ignore_Code)) then |
31 | local Ignore_Model = Instance.new( "Model" ) |
32 | Ignore_Model.Name = "Ignore_Model_" .._G.Ignore_Code |
33 | Ignore_Model.Parent = game.Workspace |
37 | Ignore_Model.Parent = game.Workspace |
43 | script.Parent:WaitForChild( "Gun_Main" ):WaitForChild( "Ignore_Code" ).Value = _G.Ignore_Code |
47 | repeat wait() until _G.Ignore_Code |
48 | local Ignore_Model = game.Workspace:WaitForChild( "Ignore_Model_" .._G.Ignore_Code) |
50 | for _, Gun_Ignore in pairs (Ignore_Model:GetChildren()) do |
51 | if ( not game.Players:FindFirstChild(Gun_Ignore.Name:sub( 12 ))) then |
The Next peice of code is A LOCAL Script, but it has over 3 thousand lines of Code, so im not going to paste it down here, But basicly it holds EVERYTHING the Gun needs to function! And the actually shooting part, The Next lines of code are trully based of of the Local Script, this is a Module Script, it contains all of the Settings this needs to Actually Work the Mode you choose it to work! I would paste the script, but it is awful long, but is there anything that i can do from all that you know of?