Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local p = game.Players
- for _, player in pairs(p:GetPlayers()) do
- local args = {
- [1] = player.Name,
- [2] = {
- ["RightLegColor"] = {
- [1] = "110",
- [2] = "153",
- [3] = "202"
- },
- ["Torso"] = 86500008,
- ["WidthScale"] = 1,
- ["BodyTypeScale"] = 0,
- ["LeftArmColor"] = {
- [1] = "163",
- [2] = "162",
- [3] = "165"
- },
- ["Emotes"] = {
- ["1"] = {
- [1] = 3576686446
- },
- ["4"] = {
- [1] = 3576968026
- },
- ["3"] = {
- [1] = 3576823880
- },
- ["2"] = {
- [1] = 3360686498
- }
- },
- ["RightArmColor"] = {
- [1] = "163",
- [2] = "162",
- [3] = "165"
- },
- ["HairAccessory"] = "63690008",
- ["HeadAccessory"] = "7466085838",
- ["RightArm"] = 86500036,
- ["Head"] = 86498048,
- ["RightLeg"] = 86500078,
- ["Shirt"] = 144076358,
- ["ProportionScale"] = 0,
- ["HeadColor"] = {
- [1] = "163",
- [2] = "162",
- [3] = "165"
- },
- ["TorsoColor"] = {
- [1] = "196",
- [2] = "40",
- [3] = "28"
- },
- ["DepthScale"] = 1,
- ["LeftArm"] = 86500054,
- ["HeadScale"] = 1,
- ["HeightScale"] = 1,
- ["LeftLegColor"] = {
- [1] = "110",
- [2] = "153",
- [3] = "202"
- },
- ["LeftLeg"] = 86500064
- }
- }
- game:GetService("ReplicatedStorage").Connection:InvokeServer(unpack(args))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement