Facebook
From s, 5 Months ago, written in Lua.
Embed
Download Paste or View Raw
Hits: 127
  1. local args = {
  2.     [1] = {
  3.         ["map"] = "Demon Hunter",
  4.         ["damage"] = 669289,
  5.         ["time"] = "00:02:23",
  6.         ["difficulty"] = 3,
  7.         ["experience"] = 12000,
  8.         ["rewards"] = {},
  9.         ["GameSettings"] = {
  10.             ["map"] = "Demon Hunter",
  11.             ["plrAmount"] = "1",
  12.             ["difficulty"] = "Hard"
  13.         },
  14.         ["luckGamepass"] = false
  15.     }
  16. }
  17.  
  18. game:GetService("ReplicatedStorage"):WaitForChild("Packages"):WaitForChild("Knit"):WaitForChild("Services"):WaitForChild("DataService"):WaitForChild("RF"):WaitForChild("Teleport"):InvokeServer(unpack(args))
  19.