View difference between Paste ID: QPceEqPD and BPRj6XUA
SHOW: | | - or go back to the newest paste.
1
-- works (fe) not made by me
2
3
-- edit: https://www.roblox.com/games/1607883097/SUMMER-Work-at-a-Coffee-Shop
4
5
local tbl_main = 
6
{
7
     "Equip", 
8
     "49048703", 
9
     "Hat"
10
}
11
for i = 1, 100 do
12
    wait(.1)
13
    game:GetService("ReplicatedStorage").RemoteConnections.Avatar:FireServer(unpack(tbl_main))
14
    game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Accessory").Parent = game.Workspace
15
end
16
17
-- end of script