Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Made By Bartus2009_Bro/GabeTheDog
- --Discord: Gabe#2408
- local plr = game:GetService("Players").LocalPlayer
- local char = plr.Character
- function FindInTable(t, n)
- for i,v in pairs(t) do
- if v == n then
- return true
- end
- end
- return false
- end
- --Transformaaaaation--
- char["Left Arm"].BrickColor = BrickColor.new("Institutional white")
- char["Right Arm"].BrickColor = BrickColor.new("Institutional white")
- char.Head.BrickColor = BrickColor.new("Institutional white")
- char["Left Leg"].BrickColor = BrickColor.new("Institutional white")
- char["Right Leg"].BrickColor = BrickColor.new("Institutional white")
- for i,v in pairs(char:children'') do
- local toremove = {"CharacterMesh", "Shirt", "Pants", "ShirtGraphic", "Accessory"}
- if FindInTable(toremove, v.ClassName) then v:Destroy() end
- if v.ClassName == "BodyColors" then
- v.HeadColor = BrickColor.new("Institutional white")
- v.LeftArmColor = BrickColor.new("Institutional white")
- v.LeftLegColor = BrickColor.new("Institutional white")
- v.RightArmColor = BrickColor.new("Institutional white")
- v.RightLegColor = BrickColor.new("Institutional white")
- v.TorsoColor = BrickColor.new("Institutional white")
- end
- end
- Instance.new("Shirt", char).ShirtTemplate = "http://www.roblox.com/asset/?id=766521117"
- Instance.new("Pants", char).PantsTemplate = "http://www.roblox.com/asset/?id=1111763144"
- local function CreateHat(name, meshid, textureid)
- local h = Instance.new("Accessory")
- h.Name = name
- local han = Instance.new("Part", h)
- han.Name = "Handle"
- local mesh = Instance.new("SpecialMesh", han)
- mesh.Name = "Mesh"
- mesh.MeshId = meshid
- mesh.TextureId = textureid
- return h,han,mesh
- end
- hum = char:FindFirstChildOfClass'Humanoid'
- local h,han,mesh = CreateHat("Stylish Aviators", "http://www.roblox.com/asset/?id=376526673", "http://www.roblox.com/asset/?id=376526673")
- han.Size = Vector3.new(1, 1, 1)
- mesh.Scale = Vector3.new(0.3, 0.3, 0.3)
- h.AttachmentPos = Vector3.new(1.1, 0.38, 0)
- hum:AddAccessory(h)
- h,han,mesh = CreateHat("Blond Spiked Hair", "http://www.roblox.com/asset/?id=376524487", "http://www.roblox.com/asset/?id=376524487")
- mesh.Scale = Vector3.new(3, 3, 3)
- han.Size = Vector3.new(1.9, 2, 2)
- h.AttachmentPos = Vector3.new(0, 1.54, 0.1)
Add Comment
Please, Sign In to add comment