|
| 11 Sep 2011 05:03 PM |
function Burgerify(Character) if Character:FindFirstChild("Head") then for _, Object in pairs(Character.Head:GetChildren()) do Object:Remove() end end for _, Object in pairs(Character:GetChildren()) do if Object:IsA("Part") then if Object.Name ~= "Torso" then Object.Transparency = 1 end end if Object:IsA("Hat") or Object:IsA("CharacterMesh") then Object:Remove() end end local Burger = Instance.new("SpecialMesh", Character:FindFirstChild("Torso")) Burger.MeshId = "rbxassetid://16646125" Burger.MeshType = "FileMesh" Burger.Name = "BurgerMesh" Burger.Offset = Vector3.new(0, 0, 0) Burger.Scale = Vector3.new(5, 5, 5) Burger.TextureId = "http://www.roblox.com/asset/?id=16432575" end
game.Players.PlayerAdded:connect(function(Player) Player.CharacterAdded:connect(function() Burgerify(Player.Character) end) end)
It sorta works but it doesnt remove Hats or CharacterMesh like it should. |
|
|
| Report Abuse |
|
|
|
| 11 Sep 2011 05:42 PM |
| There are so many things wrong with this script that I don't even want to start. |
|
|
| Report Abuse |
|
|
blu100
|
  |
| Joined: 17 Nov 2009 |
| Total Posts: 33 |
|
|
| 11 Sep 2011 05:59 PM |
| Eye Yeye Yeye, your an epic fail, no affence, but there IS alot of this gone wrong in that script, i Cant even say the all, theres too many errors, sorry dude. Blu-Out |
|
|
| Report Abuse |
|
|
blu100
|
  |
| Joined: 17 Nov 2009 |
| Total Posts: 33 |
|
|
| 11 Sep 2011 06:00 PM |
| Ya know what? Imma make the script, test it, then see if i can fix ALL the errors, i'll try dude. |
|
|
| Report Abuse |
|
|
| |
|
|
| 11 Sep 2011 06:45 PM |
| So many problems? Yea right. We added a simple wait to it and it fixed it. |
|
|
| Report Abuse |
|
|
|
| 11 Sep 2011 07:09 PM |
| Well, go along with your crazy scripting theories then. |
|
|
| Report Abuse |
|
|