Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local args = {
- [1] = "InitiateCosmeticTrade",
- [2] = "name" --HERE U PUT UR ALT NAME , WHICH THE ONE HOLDING COINS SENDS TRADE TO!!!
- }
- game:GetService("Players").LocalPlayer.Character.RemoteFunction:InvokeServer(unpack(args))
- local args = {
- [1] = "EndDialogue",
- [2] = {
- ["NPC"] = "Merchant",
- ["Option"] = "Option1",
- ["Dialogue"] = "Dialogue5"
- }
- }
- game:GetService("Players").LocalPlayer.Character.RemoteEvent:FireServer(unpack(args))
- --nukevscity , see tutorial
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement