A Roblox Community
Would you like to react to this message? Create an account in a few clicks or log in to continue.

A Roblox Community

A community of Robloxians who want to learn to script and build on Roblox Studio.
 
HomeLatest imagesRegisterLog in
If you're a experienced coder make some tutorials! It would really help the site grow.
Make sure you read the rules(Which can be found by clicking here)
If you're a beginner at coding, try some tutorials.
We have many Moderators/Admins watching this site. Contact them with Questions.
Let us know what your favorite sport is. By clicking here to vote (Click here)
This site is becoming inactive. Lets make it active.
Log in
Username:
Password:
Log in automatically: 
:: I forgot my password
Top posters
blueymaddog
Zombie Suit Vote_lcapZombie Suit Voting_barZombie Suit Vote_rcap 
naknak
Zombie Suit Vote_lcapZombie Suit Voting_barZombie Suit Vote_rcap 
Supernapalm
Zombie Suit Vote_lcapZombie Suit Voting_barZombie Suit Vote_rcap 
m27frogy
Zombie Suit Vote_lcapZombie Suit Voting_barZombie Suit Vote_rcap 
slayer9365
Zombie Suit Vote_lcapZombie Suit Voting_barZombie Suit Vote_rcap 
myrco919
Zombie Suit Vote_lcapZombie Suit Voting_barZombie Suit Vote_rcap 
branefreez
Zombie Suit Vote_lcapZombie Suit Voting_barZombie Suit Vote_rcap 
ninga95
Zombie Suit Vote_lcapZombie Suit Voting_barZombie Suit Vote_rcap 
CloneTrooper787
Zombie Suit Vote_lcapZombie Suit Voting_barZombie Suit Vote_rcap 
raboy117
Zombie Suit Vote_lcapZombie Suit Voting_barZombie Suit Vote_rcap 
Top posting users this month
No user
Latest topics
» Where to go from here.
Zombie Suit EmptySeptember 14th 2020, 1:20 pm by MrNicNac

» Send me an Email
Zombie Suit EmptySeptember 14th 2020, 1:16 pm by MrNicNac

» [v1.6.0.0] Lua Script Obfuscator [No Bytecode]
Zombie Suit EmptyJuly 6th 2015, 7:38 pm by m27frogy

» New Site Possibly
Zombie Suit EmptyJuly 6th 2015, 4:16 pm by m27frogy

» Ambassador!
Zombie Suit EmptyApril 15th 2015, 11:40 pm by naknak

» Boop - Tag
Zombie Suit EmptyApril 13th 2015, 9:46 pm by naknak

» Vip Class Script
Zombie Suit EmptyApril 13th 2015, 4:54 pm by naknak

» Who's active?!
Zombie Suit EmptyApril 13th 2015, 4:52 pm by naknak

» Genesis Point
Zombie Suit EmptyJuly 17th 2014, 7:04 pm by branefreez

» Reward System
Zombie Suit EmptyJuly 17th 2014, 5:41 am by m27frogy

» Script Request
Zombie Suit EmptyJuly 10th 2014, 11:43 am by naknak

» local scripts?
Zombie Suit EmptyJuly 10th 2014, 11:39 am by naknak

» Project: Reconstruction [Died]
Zombie Suit EmptyJuly 10th 2014, 11:36 am by naknak

» Hi. I am new here
Zombie Suit EmptyApril 26th 2014, 4:01 pm by altshiftkey

» What's your favorite sport?
Zombie Suit EmptyJanuary 1st 2014, 2:13 pm by m27frogy

» FlashLight Script
Zombie Suit EmptyJanuary 1st 2014, 2:11 pm by m27frogy

» Gun Making! [READ DESC]
Zombie Suit EmptyJanuary 1st 2014, 2:10 pm by m27frogy

» Hi, I am new here!
Zombie Suit EmptyNovember 26th 2013, 3:33 pm by Keanu73

» Improve Coding
Zombie Suit EmptyOctober 26th 2013, 1:12 pm by pook03

» Simple Button
Zombie Suit EmptySeptember 1st 2013, 6:19 pm by branefreez


 

 Zombie Suit

Go down 
3 posters
AuthorMessage
Guest
Guest
avatar



Zombie Suit Empty
PostSubject: Zombie Suit   Zombie Suit EmptyNovember 14th 2010, 12:23 am

I made this when I was bored, so you can modify it if you want.
admin = "Builderboy202"
char = game:GetService("Players")[admin].Character
--==[Suitz]==--
shr = Instance.new("Part")
shr.Parent = char
shr.Size = Vector3.new(2,2,1)
shr.BrickColor = BrickColor.new("Earth green")
shrm = Instance.new("BlockMesh")
shrm.Parent = shr
shrm.Scale = Vector3.new(1.1,1,1.1)
shrw = Instance.new("Weld")
shrw.Parent = shr
shrw.Part0 = shr
shrw.Part1 = char.Torso
--==[]==--
so = Instance.new("Part")
so.Size = Vector3.new(1,2,1)
so.BrickColor = BrickColor.new("Brown")
so.Parent = char
som = Instance.new("BlockMesh")
som.Parent = so
som.Scale = Vector3.new(0.9,1.1,1.2)
sow = Instance.new("Weld")
sow.Parent = so
sow.Part0 = so
sow.Part1 = char.Torso
sow.C1 = CFrame.new(0.8,0,0)
--==[]==--
st = Instance.new("Part")
st.Parent = char
st.BrickColor = BrickColor.new("Brown")
st.Size = Vector3.new(1,2,1)
stm = Instance.new("BlockMesh")
stm.Parent = st
stm.Scale = Vector3.new(0.9,1.1,1.2)
stw = Instance.new("Weld")
stw.Parent = st
stw.Part0 = st
stw.Part1 = char.Torso
stw.C1 = CFrame.new(-0.8,0,0)
--==[]==--
sh = Instance.new("Part")
sh.Parent = char
sh.BrickColor = BrickColor.new("Brown")
sh.Size = Vector3.new(2,2,1)
shm = Instance.new("BlockMesh")
shm.Parent = sh
shm.Scale = Vector3.new(1.2,1.2,0.5)
shw = Instance.new("Weld")
shw.Parent = sh
shw.Part0 = sh
shw.Part1 = char.Torso
shw.C1 = CFrame.new(0,0,0.4)
--==[Sleeves]==--
fs = Instance.new("Part")
fs.Parent = char
fs.BrickColor = BrickColor.new("Brown")
fs.Size = Vector3.new(1,1,1)
fsm = Instance.new("BlockMesh")
fsm.Parent = fs
fsm.Scale = Vector3.new(1.1,0.5,1.1)
fsw = Instance.new("Weld")
fsw.Parent = fs
fsw.Part0 = fs
fsw.Part1 = char["Left Arm"]
fsw.C1 = CFrame.new(0,0.8,0)
--==[]==--
ss = Instance.new("Part")
ss.Parent = char
ss.BrickColor = BrickColor.new("Brown")
ss.Size = Vector3.new(1,1,1)
ssm = Instance.new("BlockMesh")
ssm.Parent = ss
ssm.Scale = Vector3.new(1.1,0.5,1.1)
ssw = Instance.new("Weld")
ssw.Parent = ss
ssw.Part1 = char["Right Arm"]
ssw.Part0 = ss
ssw.C1 = CFrame.new(0,0.8,0)
--==[Arm Skin]==--
ls = Instance.new("Part")
ls.Parent = char
ls.Size = Vector3.new(1,1,1)
ls.BrickColor = BrickColor.new("Earth green")
lsm = Instance.new("BlockMesh")
lsm.Parent = ls
lsm.Scale = Vector3.new(1.1,1.4,1.1)
lsw = Instance.new("Weld")
lsw.Parent = ls
lsw.Part0 = ls
lsw.Part1 = char["Left Arm"]
lsw.C1 = CFrame.new(0,-0.2,0)
--==[]==--
rs = Instance.new("Part")
rs.Parent = char
rs.BrickColor = BrickColor.new("Earth green")
rs.Size = Vector3.new(1,1,1)
rsm = Instance.new("BlockMesh")
rsm.Parent = rs
rsm.Scale = Vector3.new(1.1,1.4,1.1)
rsw = Instance.new("Weld")
rsw.Parent = rs
rsw.Part0 = rs
rsw.Part1 = char["Right Arm"]
rsw.C1 = CFrame.new(0,-0.2,0)
--==[Pants]==--
lp = Instance.new("Part")
lp.BrickColor = BrickColor.new("Brown")
lp.Size = Vector3.new(1,2,1)
lp.Parent = char
lpm = Instance.new("BlockMesh")
lpm.Parent = lp
lpm.Scale = Vector3.new(1.1,0.7,1.1)
lpw = Instance.new("Weld")
lpw.Parent = lp
lpw.Part0 = lp
lpw.Part1 = char["Left Leg"]
lpw.C1 = CFrame.new(0,0.2,0)
--==[]==--
rp = Instance.new("Part")
rp.Parent = char
rp.BrickColor = BrickColor.new("Brown")
rp.Size = Vector3.new(1,2,1)
rpm = Instance.new("BlockMesh")
rpm.Parent = rp
rpm.Scale = Vector3.new(1.1,0.7,1.1)
rpw = Instance.new("Weld")
rpw.Parent = rp
rpw.Part0 = rp
rpw.Part1 = char["Right Leg"]
rpw.C1 = CFrame.new(0,0.2,0)
--==[Feetz]==--
fl = Instance.new("Part")
fl.Parent = char
fl.Size = Vector3.new(1,1,1)
fl.BrickColor = BrickColor.new("Earth green")
flm = Instance.new("BlockMesh")
flm.Scale = Vector3.new(1.1,0.3,1.1)
flm.Parent = fl
flw = Instance.new("Weld")
flw.Parent = fl
flw.Part0 = fl
flw.Part1 = char["Left Leg"]
flw.C0 = CFrame.new(0,0.8,0)
--==[]==--
fr = Instance.new("Part")
fr.Parent = char
fr.Size = Vector3.new(1,1,1)
fr.BrickColor = BrickColor.new("Earth green")
frm = Instance.new("BlockMesh")
frm.Parent = fr
frm.Scale = Vector3.new(1.1,0.3,1.1)
frw = Instance.new("Weld")
frw.Parent = fr
frw.Part0 = fr
frw.Part1 = char["Right Leg"]
frw.C0 = CFrame.new(0,0.8,0)
Back to top Go down
bmxracer23
Novice Scripter
Novice Scripter
bmxracer23


Posts : 20
Join date : 2010-11-13
Age : 28
Location : Reno Nevada

Zombie Suit Empty
PostSubject: Re: Zombie Suit   Zombie Suit EmptyNovember 15th 2010, 2:09 am

Nice
Back to top Go down
blueymaddog
Administrator
Administrator
blueymaddog


Posts : 1081
Join date : 2010-12-09
Age : 26

Zombie Suit Empty
PostSubject: Re: Zombie Suit   Zombie Suit EmptyJanuary 27th 2011, 8:17 pm

not bad.
Back to top Go down
Supernapalm
Expert Scripter
Expert Scripter
avatar


Posts : 393
Join date : 2011-01-17

Zombie Suit Empty
PostSubject: Re: Zombie Suit   Zombie Suit EmptyJanuary 27th 2011, 10:35 pm

hey! thats pretty good.
Back to top Go down
http://hackthissite.org
blueymaddog
Administrator
Administrator
blueymaddog


Posts : 1081
Join date : 2010-12-09
Age : 26

Zombie Suit Empty
PostSubject: Re: Zombie Suit   Zombie Suit EmptyJanuary 29th 2011, 7:51 am

though the coding look kinda inefficient. ~_~
Back to top Go down
Sponsored content





Zombie Suit Empty
PostSubject: Re: Zombie Suit   Zombie Suit Empty

Back to top Go down
 
Zombie Suit
Back to top 
Page 1 of 1
 Similar topics
-
» Making a scripted pirate suit shout out

Permissions in this forum:You cannot reply to topics in this forum
A Roblox Community :: Tutorials and Resources :: Free Scripts-
Jump to: