Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if _G.color == "Blue" then
- PositionColor = "BluePlayers"
- else PositionColor = "RedPlayers"
- end
- if _G.position == "LS" then
- PositionNumber = 4
- else if _G.position == "Setter" then
- PositionNumber = 3
- end
- end
- if _G.position == "RS" then
- PositionNumber = 2
- else if _G.position == "LR" then
- PositionNumber = 5
- end
- end
- if _G.position == "Libero" then
- PositionNumber = 6
- else if _G.position == "RR" then
- PositionNumber = 1
- end
- end
- local args = {
- [1] = "JoinTeam",
- [2] = {
- ["teamName"] = PositionColor,
- ["position"] = PositionNumber
- }
- }
- game:GetService("ReplicatedStorage").Remotes.Pickups:FireServer(unpack(args))
Add Comment
Please, Sign In to add comment