--[[ Replace the owner username and stand userids below Execute this same script on the owner account and every stand Start the owner first!!! ]] getgenv().SCRIPT_KEY = "KEYLESS" -- Use a premium key if you have one getgenv().Owner = "YOUR_USERNAME" -- Owner's username, NOT DISPLAYNAME getgenv().Bots = { 0, -- Replace with your first stand's roblox userid 0, -- Replace with your second stand's userid, or remove this line -- Add more stand userids here } getgenv().Configuration = { main = { standPosition = "right", norender = true, lowdevice = true, }, } loadstring(game:HttpGet("https://api.jnkie.com/api/v1/luascripts/public/1e89e6fec076df6275fb8a25bfa821d6e13a4ff363883c50d6527ae7dcccf8d3/download"))()