Advertisement
SqiK

Dogecoin Mining Tycoon Auto Exchange

Jan 3rd, 2022
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. -- Cashout
  2. Rate = 240 -- Will cash out when the rate is equal to or greater than this number
  3.  
  4. -- Script
  5. local rate = workspace.__Locations.Exchange.Rate
  6. rate:GetPropertyChangedSignal("Value"):Connect(function(i,v)
  7. if rate.Value >= Rate then
  8. game.ReplicatedStorage.SpecWork.Shared.Network.Exchange:FireServer("Exchange",{Rate=rate.Value})
  9. end
  10. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement