msg
#2
Instead of

[lua]
n.Name = math.Random(1,10000)
n.Body:remove()
speaker.Body:clone().Parent = n
[/lua]

Try

[lua]
n.Name = tostring(math.random(1,10000))
n.Skin = speaker.Character.Skin
[/lua]

if speaker is a Player.
Reply


Messages In This Thread
msg - by Nyht - 06-28-2011, 10:22 AM

Forum Jump:


Users browsing this thread: 5 Guest(s)