SHOW:
|
|
- or go back to the newest paste.
1 | --[[ | |
2 | Hello! | |
3 | Before you execute this execute at the why dont we launch party (WDWLP for short) | |
4 | ]] | |
5 | local args = { | |
6 | [1] = "equipItem", | |
7 | [2] = "accessory0", | |
8 | [3] = true | |
9 | } | |
10 | ||
11 | game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(args)) |