of     1   

Cyndergate
#180854658Friday, January 01, 2016 9:44 PM GMT

Starterpack doesn't work for my datastore, and if it's on a brick, it glitches out and they get around 18+ copies of the tool. Any idea? Legends Releases New Years Eve! | http://www.roblox.com/games/237573286/Legends-Pre-Alpha
UnstableScript0
#180854818Friday, January 01, 2016 9:46 PM GMT

Use a brick and just add a debounce. When I looked up "Ninjas" in Thesaurus.com, it said "Ninja's can't be found" Well played Ninjas, well played.
llaserx
#180855279Friday, January 01, 2016 9:51 PM GMT

Gragon387
#180855611Friday, January 01, 2016 9:55 PM GMT

Well, I haven't tested, but I'm just going to guess this one... try using this... local gear = game.Lightning:WaitForChild("Weapon Name") function OnPlayerEntered(player) wait(1) player:WaitForDataReady() if player:findFirstChild("StarterPack") then gear:Clone().Parent = game.Players.LocalPlayer.StarterPack
TheMadWally
#180856735Friday, January 01, 2016 10:09 PM GMT

game.Players.PlayerAdded:connect(function(player) player.CharacterAdded:connect(function(character) local tool = game.Lighting:WaitForChild("ToolName") tool:Clone().Parent = player.Backpack end) end)

    of     1