Advertisement
Bacon_Script

Roblox Uno Script

May 12th, 2022
1,005
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. ---------------Easy Win----------------
  2. local args = {
  3.     [1] = false,
  4.     [2] = false,
  5.     [3] = "Start"
  6. }
  7.  
  8. game:GetService("ReplicatedStorage").MatchMaker:FireServer(unpack(args))
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement