|
| 06 Mar 2014 10:57 AM |
game.Players.PlayerAdded:connect(function(p) p.CharacterAdded:connect(function(c) repeat wait() until c c.Head.Transparency = 1 head = c.Head:Clone() head.Parent = c head.Position = c.Head head.Name = "FakeHead" head.Transparency = 0 weld = Instance.new("Weld",head) end) end)
I don't even know if I did this right, trying to make a simple hidden name script. |
|
|
| Report Abuse |
|
|
|
| 06 Mar 2014 10:59 AM |
| Can we get atleast 1 more view?? |
|
|
| Report Abuse |
|
|
|
| 06 Mar 2014 11:00 AM |
| at least say what you are trying to do. Don't expect a reply until you explain |
|
|
| Report Abuse |
|
|
|
| 06 Mar 2014 11:01 AM |
'Trying to make a hidden name script'
Did you even look at the code?? |
|
|
| Report Abuse |
|
|
|
| 06 Mar 2014 11:03 AM |
Good job!your pretty close Cept for one thing You need to add this right after u make the weld
weld.Part0 = c.Head weld.Part1 = head There ya go
Also,u can take out repeat wait() until c,characteradded waits for it itself |
|
|
| Report Abuse |
|
|
| |
|
|
| 06 Mar 2014 11:05 AM |
Oh and btw If the code doesn't seem to run,add a wait(1.5) or wait(2) after the characteradded,(sometimes it seems that u need to wait after characteradded,had this prob a couple times) |
|
|
| Report Abuse |
|
|
|
| 06 Mar 2014 11:06 AM |
head.BrickColor = c["Body Colors"].HeadColor
I added this in, but it says Body Colors isn't a valid member of model..? When it clearly is. |
|
|
| Report Abuse |
|
|
|
| 06 Mar 2014 11:08 AM |
Actually,that lines not neccescary,as cloning the head makes it the same color But:
head.BrickColor = BrickColor.new(c["Body Colors"].HeadColor) |
|
|
| Report Abuse |
|
|
|
| 06 Mar 2014 11:09 AM |
| Thanks, and it when it cloned, it was yellow.. |
|
|
| Report Abuse |
|
|
|
| 06 Mar 2014 11:11 AM |
Well,that's odd.. o_0 O_o 0_o o_0 |
|
|
| Report Abuse |
|
|
| |
|
|
| 06 Mar 2014 11:30 AM |
OOOHHHH IK THIS ONE! It was yellowe because we cloned it as soon as the character was added(bodycolors hadn't been added to the character at that speicific moment) So the roblox preloaded thing didn't have the bodycolors yet,so the head was yellow and other stuff
My theory anyways,If u added another wait it might not turn yellow,but just keep what ya got now |
|
|
| Report Abuse |
|
|
|
| 06 Mar 2014 11:34 AM |
| Island how you know so much........................... |
|
|
| Report Abuse |
|
|
| |
|
|
| 06 Mar 2014 11:37 AM |
| That's probably it................. |
|
|
| Report Abuse |
|
|
|
| 06 Mar 2014 03:24 PM |
| Actually, I just tried the script and it killed me everytime. Am I doing something wrong? |
|
|
| Report Abuse |
|
|
|
| 06 Mar 2014 03:25 PM |
| So, it killed me as soon as I got in and when I kept regenerating it would kill me. |
|
|
| Report Abuse |
|
|
|
| 06 Mar 2014 03:46 PM |
| Out put says that in the seventh line, ###### 3 is expected to be used? |
|
|
| Report Abuse |
|
|
|
| 06 Mar 2014 03:50 PM |
game.Players.PlayerAdded:connect(function(p) p.CharacterAdded:connect(function(c) repeat wait() until c c.Head.Transparency = 1 head = c.Head:Clone() head.Name = "FakeHead" head.Parent = c head.Position = c.Head.Position head.Transparency = 0 weld = Instance.new("Weld",head) weld.Part0 = c.Head weld.Part1 = head end) end) |
|
|
| Report Abuse |
|
|
|
| 06 Mar 2014 05:31 PM |
| You didn't add in the Weld, by Island. |
|
|
| Report Abuse |
|
|
|
| 06 Mar 2014 07:08 PM |
| Ah. Ok. It works now. Thanks. |
|
|
| Report Abuse |
|
|
| |
|
|
| 08 Mar 2014 07:03 PM |
| Sorry. It's so cool, though. XD |
|
|
| Report Abuse |
|
|
|
| 08 Mar 2014 07:22 PM |
I mean, you tried to help at first, then you started to steal xDD
No, it's fine, it's just kinda funny cause this barely ever happens. x3 |
|
|
| Report Abuse |
|
|