|
| 20 Apr 2014 04:03 PM |
http://www.roblox.com/Age-Of-Heroes-Morph-Testing-place?id=154139061
How do I make it so the model stays where the character is? |
|
|
| Report Abuse |
|
|
| 20 Apr 2014 04:09 PM |
Look, i'll give you a script im using, to give you an idea (of course you'll need to edit it)
Credit : 80% islandmaker2012 20% me'
m = Workspace.McChicken72 dist = m.Torso.Size.Y/2 dist = dist+m["Right Leg"].Size.Y p = Instance.new("Part",m) p.Size = Vector3.new(7,1,7) p.Anchored = true Instance.new("CylinderMesh",p) p.Name = "UFO" w = coroutine.wrap(function() while wait(4) do p.BrickColor = BrickColor.new ('Really red') wait(4) p.BrickColor = BrickColor.new ('Toothpaste') end end) w() while wait() do p.CFrame = m.Torso.CFrame*CFrame.new(0,-dist-0.7,0) end
I got pecked by TWO chicken's! |
|
|
| Report Abuse |
|
|
| 20 Apr 2014 04:16 PM |
I would prefer if you gave me a script kinda basing around MY morph. Besides, Its only fixing a glitch. |
|
|
| Report Abuse |
|