Exemple : There are two team (yellow and green team) and when you spawn you in the yellow team has a weapon and in team green not have a weapon
Thank you
Make the sword
Put it in Lighting
Have a method that handles everytime a player spawn
(http://wiki.roblox.com/index.php?title=CharacterAdded_(Event))
Use an if statement to check if the player that spawns is in the yellow team
If so clone the sword daz in the lighting and parent it to that player's character's backpax
:D?