Advertisement
Joriangames

FireServer gear localscript

Dec 8th, 2020 (edited)
9,640
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.41 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 dialog = workspace.GivingGear.Head.Dialog
  6. dialog.DialogChoiceSelected:Connect(function(plr, choice)
  7.     if choice == dialog.DialogChoice.Giving then
  8.         game.ReplicatedStorage:WaitForChild("GiveGear"):FireServer()
  9.     end
  10. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement