generic image
Processing...
  • Games
  • Catalog
  • Develop
  • Robux
  • Search in Players
  • Search in Games
  • Search in Catalog
  • Search in Groups
  • Search in Library
  • Log In
  • Sign Up
  • Games
  • Catalog
  • Develop
  • Robux
   
ROBLOX Forum » Game Creation and Development » Scripting Helpers
Home Search
 

Re: How do I add welds into this script?

Previous Thread :: Next Thread 
ManMinded is not online. ManMinded
Joined: 07 Oct 2012
Total Posts: 618
20 Jun 2014 06:53 AM
local m = Instance.new("Model",workspace)
m.Name = "NPC"
Instance.new("Humanoid",m)

local torso = Instance.new("Part",workspace)
torso.Name = "Torso"
torso.Parent = game.Workspace.NPC
torso.CanCollide = false
torso.BrickColor=BrickColor.new("Bright blue")
torso.Size = Vector3.new(2,2.2,1)
torso.Position = Vector3.new(-50.6, 3.5, -17.1)
torso.Rotation = Vector3.new(0,-90,0)

local head = Instance.new("Part",workspace)
head.Name = "Head"
head.Parent = game.Workspace.NPC
head.CanCollide = false
head.BrickColor=BrickColor.new("Bright yellow")
head.Size = Vector3.new(2,1,1)
head.Position = Vector3.new(-50.6, 5.3, -17.1)
head.Rotation = Vector3.new(0,-90,0)

Instance.new("SpecialMesh",head)
head.Mesh.Scale = Vector3.new(1.25,1.25,1.25)

Instance.new("Decal",head)
head.Decal.Texture = "rbxasset://textures/face.png"
head.Decal.Face = "Front"
head.Decal.Name = "face"

local ll = Instance.new("Part",workspace)
ll.Name = "Left Leg"
ll.Parent = game.Workspace.NPC
ll.CanCollide = false
ll.BrickColor=BrickColor.new("Br. yellowish green")
ll.Size = Vector3.new(1,2.2,1)
ll.Position = Vector3.new(-50.6, 1.2, -17.6)
ll.Rotation = Vector3.new(0,-90,0)

local rl = Instance.new("Part",workspace)
rl.Name = "Right Leg"
rl.Parent = game.Workspace.NPC
rl.CanCollide = false
rl.BrickColor=BrickColor.new("Br. yellowish green")
rl.Size = Vector3.new(1,2.2,1)
rl.Position = Vector3.new(-50.6, 1.2, -16.6)
rl.Rotation = Vector3.new(0,-90,0)

local ra = Instance.new("Part",workspace)
ra.Name = "Right Arm"
ra.Parent = game.Workspace.NPC
ra.CanCollide = false
ra.BrickColor=BrickColor.new("Bright yellow")
ra.Size = Vector3.new(1,2.2,1)
ra.Position = Vector3.new(-50.6, 3.5, -15.6)
ra.Rotation = Vector3.new(0,-90,0)

local la = Instance.new("Part",workspace)
la.Name = "Left Arm"
la.Parent = game.Workspace.NPC
la.CanCollide = false
la.BrickColor=BrickColor.new("Bright yellow")
la.Size = Vector3.new(1,2.2,1)
la.Position = Vector3.new(-50.6, 3.5, -18.6)
la.Rotation = Vector3.new(0,-90,0)
Report Abuse
ManMinded is not online. ManMinded
Joined: 07 Oct 2012
Total Posts: 618
20 Jun 2014 07:27 AM
b1
Report Abuse
ManMinded is not online. ManMinded
Joined: 07 Oct 2012
Total Posts: 618
20 Jun 2014 07:29 AM
b2
Report Abuse
ManMinded is not online. ManMinded
Joined: 07 Oct 2012
Total Posts: 618
20 Jun 2014 07:30 AM
b3
Report Abuse
ManMinded is not online. ManMinded
Joined: 07 Oct 2012
Total Posts: 618
20 Jun 2014 07:31 AM
b4
Report Abuse
lampwnage121 is not online. lampwnage121
Joined: 20 Oct 2012
Total Posts: 4285
20 Jun 2014 07:36 AM
>Bumping every minute
.-.
Report Abuse
TrainingToTroll is not online. TrainingToTroll
Joined: 27 Oct 2012
Total Posts: 1757
20 Jun 2014 09:18 AM
You have 5 weld forum posts .-.
Same topic once again do you want my weld script or nah?
Report Abuse
ManMinded is not online. ManMinded
Joined: 07 Oct 2012
Total Posts: 618
20 Jun 2014 09:35 AM
yes @ train
Report Abuse
TrainingToTroll is not online. TrainingToTroll
Joined: 27 Oct 2012
Total Posts: 1757
20 Jun 2014 10:02 AM
Actually I dont feel like it nvm
Report Abuse
ManMinded is not online. ManMinded
Joined: 07 Oct 2012
Total Posts: 618
20 Jun 2014 10:03 AM
):
Report Abuse
Previous Thread :: Next Thread 
Page 1 of 1
 
 
ROBLOX Forum » Game Creation and Development » Scripting Helpers
   
 
   
  • About Us
  • Jobs
  • Blog
  • Parents
  • Help
  • Terms
  • Privacy

©2017 Roblox Corporation. Roblox, the Roblox logo, Robux, Bloxy, and Powering Imagination are among our registered and unregistered trademarks in the U.S. and other countries.



Progress
Starting Roblox...
Connecting to Players...
R R

Roblox is now loading. Get ready to play!

R R

You're moments away from getting into the game!

Click here for help

Check Remember my choice and click Launch Application in the dialog box above to join games faster in the future!

Gameplay sponsored by:
Loading 0% - Starting game...
Get more with Builders Club! Join Builders Club
Choose Your Avatar
I have an account
generic image