|
| 27 Aug 2011 12:47 PM |
Well, once you touch it it shoots out the sword and says the names. but, the texture not showing up on the swordmesh. here it is:
script.Parent.Touched:connect(function (t) if t.Parent:FindFirstChild("Humanoid") then t.Parent.Humanoid.Health = 50 wait(1) e = Instance.new("Part") e.Parent = game.Workspace e.Position = t.Position k = Instance.new("SpecialMesh") k.Parent = e k.MeshId = "rbxasset://fonts/sword.mesh" k.TexureId = "rbxasset://textures/SwordTexture.png" k.Scale = Vector3.new(4,4,4) k.Name = "Omg" script.Parent.Parent.Name = "Get hammered by swords"..t.Parent.." You die!!!" wait(2) script.Parent.Parent.Name = "Touch me!" end end) |
|
|
| Report Abuse |
|
|
|
| 27 Aug 2011 12:52 PM |
| "Get hammered by swords "..t.Parent.Name.." you die!!!" |
|
|
| Report Abuse |
|
|
|
| 27 Aug 2011 12:57 PM |
| Oh. Thats one i dint notice. But wants with the sword texture? its not showing on the sword |
|
|
| Report Abuse |
|
|
|
| 27 Aug 2011 01:04 PM |
| Oh, the text that should show doesent work, and te texture problom. Help? |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|