The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Greenwood Town script pastebin roblox
By LINK GAME on 2024-09-19 08:00 am | Syntax: LUA | Views: 12



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. local teamremote = game.ReplicatedStorage.Remote.changeTeam
  2. local team = game:GetService("Teams")["TEAM NAME HERE"].TeamColor
  3.  
  4. teamremote:InvokeServer(team)