The Knights of Darkness and Light forum website
Please log in.
Log in

I forgot my password

Search
 
 

Display results as :
 


Rechercher Advanced Search

Top posters
Saymyname (173)
 
maxin11p (157)
 
carman101 (101)
 
Phoenix389 (30)
 
Crazyman777 (28)
 
bobbythekiller (10)
 
Zandarious (7)
 
robo2241 (6)
 
matt327 (5)
 
nymph_gal (3)
 


some of my scripts....

View previous topic View next topic Go down

some of my scripts....

Post by maxin11p on Thu Dec 04, 2008 6:48 pm

--[[change [P] to a person,(example, game.Workspace.[P]:remove, game.Workspace.maxin11p:Remove())
change [#] to a number (example, game.Workspace.maxin11p.Health = [#], game.Workspace.maxin11p.Health = 0)
(i know the second example was messed up) ]]--

--kill script
game.Workspace.[P].Humanoid.Health = 0

-------
--invisible script
local me = game.Players.[P].Character
local number = [#]
me.Head.Transparency = number
me.Torso.Transparency = number
me:FindFirstChild("Left Leg").Transparency = number
me:FindFirstChild("Right Leg").Transparency = number
me:FindFirstChild("Right Arm").Transparency = number
me:FindFirstChild("Left Arm").Transparency = number


-------------
--kill all
game.Workspace:BreakJoints()

---------------
--(running out of scripts...)...golden noob statue?


m = Instance.new("Model")
m.Name = "XX~~==[[-->[[___N-O-O-B___]]<--]]==~~XX"
m.Controller = 7
m.Parent = game.Workspace

head = Instance.new("Part")
head.Name = "Head"
head.Position = Vector3.new(6, 5.3, -0.5)
head.Size = Vector3.new(2, 1, 1)
head.formFactor = 0
head.BrickColor = BrickColor.new(24)
head.Reflectance = 0.5
head.Parent = m
head.Locked = true
torso = Instance.new("Part")
torso.Name = "Torso"
torso.Position = Vector3.new(6, 3.8, -0.5)
torso.LeftSurface = 2
torso.RightSurface = 2
torso.Size = Vector3.new(2, 2, 1)
torso.formFactor = 0
torso.BrickColor = BrickColor.new(24)
torso.Reflectance = 0.5
torso.Parent = m
torso.Locked = true
la = Instance.new("Part")
la.Name = "Left Arm"
la.Position = Vector3.new(7.5, 3.8, -0.5)
la.Size = Vector3.new(1, 2, 1)
la.formFactor = 0
la.BrickColor = BrickColor.new(24)
la.Reflectance = 0.5
la.Parent = m
la.Locked = true
ra = Instance.new("Part")
ra.Name = "Right Arm"
ra.Position = Vector3.new(4.5, 3.8, -0.5)
ra.Size = Vector3.new(1, 2, 1)
ra.formFactor = 0
ra.BrickColor = BrickColor.new(24)
ra.Reflectance = 0.5
ra.Parent = m
ra.Locked = true
ll = Instance.new("Part")
ll.Name = "Left Leg"
ll.Position = Vector3.new(6.5, 1.8, -0.5)
ll.Size = Vector3.new(1, 2, 1)
ll.formFactor = 0
ll.BrickColor = BrickColor.new(24)
ll.Reflectance = 0.5
ll.Parent = m
ll.Locked = true
rl = Instance.new("Part")
rl.Name = "Right Leg"
rl.Position = Vector3.new(5.5, 1.8, -0.5)
rl.Size = Vector3.new(1, 2, 1)
rl.formFactor = 0
rl.BrickColor = BrickColor.new(24)
rl.Reflectance = 0.5
rl.Parent = m
rl.Locked = true

h = Instance.new("Humanoid")
h.Parent = m

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

d = Instance.new("Decal")
d.Parent = head
d.Name = "face"
d.Texture = "rbxasset://Textures\\Face.png"


head:makeJoints(); m.Torso:makeJoints()
torso:makeJoints(); m.Torso:makeJoints()
la:makeJoints(); m.Torso:makeJoints()
ra:makeJoints(); m.Torso:makeJoints()
ll:makeJoints(); m.Torso:makeJoints()
rl:makeJoints(); m.Torso:makeJoints()

maxin11p
Owner Of Site
Owner Of Site

Number of posts: 157
Age: 13
Registration date: 2008-11-26

View user profile http://maxin11p.talk-forums.com

Back to top Go down

Re: some of my scripts....

Post by bobbythekiller on Sun May 24, 2009 2:42 pm

dude thanks for the tips

bobbythekiller
User

Number of posts: 10
Location: Behind you all the time with a shotgun ready to kill
Registration date: 2009-02-14

View user profile

Back to top Go down

Re: some of my scripts....

Post by Phoenix389 on Sat Jul 25, 2009 5:02 pm

NICE! Smile

Phoenix389
User

Number of posts: 30
Age: 13
Location: Running from Jason
Registration date: 2009-01-19

View user profile

Back to top Go down

Re: some of my scripts....

Post by Saymyname on Wed Aug 12, 2009 12:22 pm

Eh...sorry to say, but i've seen it before. Smile

Saymyname
Assistant-Owner

Number of posts: 173
Age: 14
Location: Chocolate Land, Hairu
Registration date: 2008-11-26

View user profile http://www.roblox.com/User.aspx?ID=231205

Back to top Go down

View previous topic View next topic Back to top


Permissions of this forum:
You cannot reply to topics in this forum