Need help/fix on this part of framework. What's causing it?
I am currently working on an FPS framework (mainly milsim)
I made a team script to that players on a certain team, get a certain load-out/rifle.
Im having problems with this one part and was wondering what is causing it and if there is a way to fix it.
Thanks!
03 | if player.Team = = game.Teams.Team 1 then |
04 | if weaponType = = 1 then |
07 | if player.Team = = game.Teams.Team 2 then |
08 | if weaponType = = 1 then |
20 | self.current = gun:clone() |
21 | self.current.Parent = game.Workspace |