ADVERTISEMENTREMOVE ADS
Game icon

Trading Script (sends trading request to all players in the server)

Script preview thumbnail
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

Features:

  • trading spam
  • trades
ADVERTISEMENTREMOVE ADS
4 Lines • 210 Bytes
Verified
Raw
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

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS