Skip to content

Instantly share code, notes, and snippets.

@Platzhere
Created December 19, 2025 22:41
Show Gist options
  • Select an option

  • Save Platzhere/edff4a9f0a3b131e5df17c7b7b0a9842 to your computer and use it in GitHub Desktop.

Select an option

Save Platzhere/edff4a9f0a3b131e5df17c7b7b0a9842 to your computer and use it in GitHub Desktop.
local args = {
"Upgrade",
{
Price = -math.huge,
Currency = "Wins",
Amount = math.huge
}
}
game:GetService("ReplicatedStorage"):WaitForChild("Libraries"):WaitForChild("Net"):WaitForChild("RF/request_buy"):InvokeServer(unpack(args))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment