01 | LocalScript = "WaterWheel" |
02 | LocalScript 2 = "Whirlpool" |
03 | Toolname = "LocalScript" |
04 | Toolname 2 = "LocalScript2" |
05 |
06 | function boop(Player) |
07 | if not Player.Backpack:FindFirstChild(LocalScript) and (LocalScript 2 ) then |
08 | local Tool = game.ServerStorage [ LocalScript ] :clone() |
09 | Tool.Parent = Player.Backpack |
10 | local Tool = game.ServerStorage [ LocalScript 2 ] :clone() |
11 | Tool.Parent = Player.Backpack |
12 | if not Player.ServerStorage:FindFirstChild(Toolname) and (Toolname 2 ) then |
13 | local Tool = game.Backpack [ Toolname ] :clone() |
14 | Tool.Parent = Player.ServerStorage |
15 | local Tool = game.Backpack [ Toolname 2 ] :clone() |
This question has been asked before, and already has an answer. If those answers do not fully address your question, then please ask a new question here.
Why was this question closed?