of     1   

ButtHunter4lyfe
#140621918Thursday, July 17, 2014 12:32 PM GMT

I need help positioning a model (Backpack in this case) on the player's back and make it look like he's wearing it, but I have no knowledge of welds and postions so... help? Script so far: (you don't have to build off my script if you can't, I just need a working script) function onClicked(plr) Backpack = game.Lighting["Backpack"]:Clone() Backpack:Clone().Parent = game.Workspace.Player1 game.Workspace.Backpack:remove() end script.Parent.ClickDetector.MouseClick:connect(onClicked) ravioli ravioli give me the formuoli
RobuxLife
#140622209Thursday, July 17, 2014 12:39 PM GMT

Well, first of all, make a backpack and put it into the players tools, and set the position of it to your liking. Just go into play solo, and equip the tool and set the position I'll make one right now..
ButtHunter4lyfe
#140622373Thursday, July 17, 2014 12:44 PM GMT

How would you make it as a tool? And if it only shows up when you have the tool equipped, that's not what I want... ravioli ravioli give me the formuoli
RobuxLife
#140622462Thursday, July 17, 2014 12:45 PM GMT

"Backpack:Clone().Parent = game.Workspace.Player1" this will only work on studio, you know. also, can you use the position method in scripting? if so, make it change the position to the players torso, and change the model go back a little
ButtHunter4lyfe
#140623050Thursday, July 17, 2014 12:57 PM GMT

I know the script would only owrk in studio, and i'm unsure how I would make it so the backpack is in a certain position, and since i want it to stay attached to the player I would want it welded right? ravioli ravioli give me the formuoli

    of     1