Advertisement
NukeVsCity

yba dupe script

Jun 7th, 2022 (edited)
9,753
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. local args = {
  2. [1] = "InitiateCosmeticTrade",
  3. [2] = "name" --HERE U PUT UR ALT NAME , WHICH THE ONE HOLDING COINS SENDS TRADE TO!!!
  4. }
  5. game:GetService("Players").LocalPlayer.Character.RemoteFunction:InvokeServer(unpack(args))
  6. local args = {
  7. [1] = "EndDialogue",
  8. [2] = {
  9. ["NPC"] = "Merchant",
  10. ["Option"] = "Option1",
  11. ["Dialogue"] = "Dialogue5"
  12. }
  13. }
  14. game:GetService("Players").LocalPlayer.Character.RemoteEvent:FireServer(unpack(args))
  15.  
  16. --nukevscity , see tutorial
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement