ADVERTISEMENTREMOVE ADS
Trading Script (sends trading request to all players in the server)
76,707 views
Script Preview
Description
this script sends a trading request to all players in the trading server
you can use this to create a auto trade script idk do what you want :p
you can use this to create a auto trade script idk do what you want :p
Features:
- trading spam
- trades
ADVERTISEMENTREMOVE ADS
4 Lines • 210 Bytes
Verified
repeat task.wait() until game:IsLoaded()
for i, v in pairs(game.Players:GetPlayers()) do
game:GetService("ReplicatedStorage"):WaitForChild("TradeSendInitiation"):FireServer(unpack({[1] = v.UserId }))
end
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS


Comments