|
| 24 Dec 2015 12:54 PM |
check out this script jun = script.Parent.Parent --Line 1 just showing if you don't know local Hair5 = game.ServerStorage.SSJ1:Clone() Hair5.Parent = jun.Character Hair5.Locked = true Hair5.CFrame = jun.Character.Torso.CFrame Hair5.C0 = CFrame.new(0, 0.5, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) local Weld = Instance.new("Weld") Weld.Parent = jun.Character.Head Weld.Part0 = jun.Character.Head Weld.Part1 = Hair5 Weld.C0 = CFrame.new(0, .8, 0.11) jun.Character.Humanoid.MaxHealth = 1e+9 wait(0.3) jun.Character.Humanoid.Health = 1e+9 end end
It works perfectly in studio but not in game, it's supposed to clone my custom hat from server storage and weld it on to the character but it won't even work, its for my ssj/ssgss script btw
|
|
|
| Report Abuse |
|
|
|
| 24 Dec 2015 12:56 PM |
bump i'm confused about this i mean, it looks perfect but won't work even made a video if anyone cares |
|
|
| Report Abuse |
|
|
|
| 24 Dec 2015 12:56 PM |
is hair5 a hat
if it is then you should be welding the hats handle not the hat itself |
|
|
| Report Abuse |
|
|
|
| 24 Dec 2015 12:59 PM |
thanks to clonetrooper's hat grip thing i figured it all out
i made a small handle block IN the middle of my ssj hat so that the wedge parts would weld on to it and it'd be perfect
No wonder i seem to have a little block in my head whenever i go ssj |
|
|
| Report Abuse |
|
|
|
| 24 Dec 2015 01:01 PM |
how do i do that though? do i do local Hair5 = game.ServerStorage.SSJ1:findFirstChild("Handle")
is that what i do??? anyways im about to uncopylock my ssj hat for people to check on what i should do with it, so please check what i should do to it and idgaf if you steal it and claim it as your own cos the hat came straight out of blender anyways |
|
|
| Report Abuse |
|
|
|
| 24 Dec 2015 01:03 PM |
| but then should i go to the builder forum or stay here? |
|
|
| Report Abuse |
|
|
|
| 24 Dec 2015 01:04 PM |
anyways please check on it http://www.roblox.com/Secret-item?id=332599402 with that YOU'll know what i mean use the script as well and yeah... please help |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|