Advertisement
Joriangames

GivingGear script

Dec 8th, 2020 (edited)
11,465
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.44 KB | None | 0 0
  1. --Thanks for using this script
  2. --This script is created by Joriangames/Problox Studio Scripts
  3. --If you want to know how to use this, check my tutorial: https://youtu.be/Bw1FySMdm24
  4.  
  5. local GivingEvent = game.ReplicatedStorage.GiveGear
  6. GivingEvent.OnServerEvent:Connect(function(plr)
  7.     game.ServerStorage.ClassicSword:Clone().Parent = plr:WaitForChild("Backpack")
  8.     game.ServerStorage.ClassicSword:Clone().Parent = plr:WaitForChild("StarterGear")
  9. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement