The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Gridiron Football script pastebin roblox
By LINK GAME on 2024-09-20 08:00 am | Syntax: LUA | Views: 15



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. local args = {
  2.    [1] = true,
  3.    [2] = true,
  4.    [3] = "QB",
  5. }
  6.  
  7.  
  8. game:GetService("ReplicatedStorage").Events["Become_Position"]:FireServer(unpack(args))