Advertisement
TruongDu

local scirpt

Jan 17th, 2020
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. local Remote = game:GetService("ReplicatedStorage"):WaitForChild("Save")
  2.  
  3. script.Parent.MouseButton1Click:Connect(function()
  4. if enabled = false then
  5. enabled = true
  6. Remote:FireSever()
  7. wait(0.5)
  8. enabled = false
  9. end
  10. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement