|
No. I'm not using the PlayerEntered for the connection so there's no arguements. Even test it. |
|
|
while true do
wait(0.1)
game.Workspace.BRICK'sNAME.BrickColor = BrickColor.Black()
wait(0.1)
game.Workspace.BRICK'sNAME.BrickColor = BrickColor.White()
end
it does work w00t w00t w00t but if only i could make it affect the lighting... hmm... ne1 know how to make it dark then light real fast? we make a double person script. w00t. |
|
|
-_-
while true do
wait()
game.Workspace.Brick.BrickColor = BrickColor.new("Black")
wait()
game.Workspace.Brick.BrickColor = BrickColor.new("White")
end
The wait() is referring to 1/30 of a second.
The brickcolor.new("black") is referring to a new brickcolor, then the type at the end. |
|
Dr01d3k4Join Date: 2007-10-11 Post Count: 17916 |
while true do
wait()
game.Workspace.Brick.Color = Color3.new(0, 0, 0)
wait()
game.Workspace.Brick.BrickColor = BrickColor.new(1)
end |
|
|
thx agentbloxxor i kinda know what im writing now.
while true do
wait()
game.Workspace.BIRCK'sNAME.BrickColor = BrickColor.new("Black")
wait()
game.Workspace.BRICK'sNAME.BrickColor = BrickColor.new("White")
will dat work? and dr01d3k4, why u have numbers instead of colors? are colors assinged a number? and if so what are the colors numbers and how do i find out? fyi i have never really done dis before... |
|
|
Make sure you have a normal base called "PrimaryPart". That is the starter base.
--------------
game.Workspace.PrimaryPart.BrickColor = BrickColor.new(24)
game.Workspace.PrimaryPart.TopSurface = "Smooth"
game.Workspace.PrimaryPart.Reflectance = 0.5
--------------
IT WORKS W00T THIS SCRIPT IS AWSOME!!! ENJOY :P |
|
FlashJoeWTop 100 PosterJoin Date: 2007-12-24 Post Count: 4886 |
how about
game.Workspace.PrimaryPart.TopSurface = "Glue" |
|
|
|
Total transparent baseplate!
---------
gme,Wokspace.PrimaryPart,Transparensy = 1
---------
Added some bugs so noobs cant use it ;) |
|
iamomagaJoin Date: 2007-12-16 Post Count: 258 |
Disco Floor
-V-V-V-V-V-V
while true do
script.Parent.Base.Color=Color3.new(math.random(), math.random(), math.random())
wait(.5)
end |
|
|
Base isn't called "Base" ! =P |
|
|
club im a super noob at dis and i can figure dat out.
game.Wokspace.PrimaryPart.Transparensy = 1
lolz "some bugs". lolz. |
|
|
oops missed one thing: (sum spelling tricky tricky with ur 1337 secret code skillz)
game.Workspace.PrimaryPart.Transparency = 1
lolz it is noob proof but a super scripting noob got it (i think) |
|
FlashJoeWTop 100 PosterJoin Date: 2007-12-24 Post Count: 4886 |
lol, i know a way to get the base's name...
it's just a load of random numbers, it could even be different all the time... who knows... |
|
gergy008Join Date: 2008-03-16 Post Count: 7039 |
[ Content Deleted ] |
|
gergy008Join Date: 2008-03-16 Post Count: 7039 |
[ Content Deleted ] |
|
|
>_> heres one added bugs so noobs cant use :D
it kills a noob rapidly :D
----
whlte tue dp
waut()
gme.Wopkspace.Name:BegkJints(0
ed |
|
|
|
the shield machine!
-------------
F = Instance.new("ForceField")
F.Parent = game.Workspace.[your name]
game.Workspace.[your name].Name = "[name] is Shielded by the Shield Machine!"
-------------
Enjoy!
Hint: Put it on notepad or something to edit with. |
|
FlashJoeWTop 100 PosterJoin Date: 2007-12-24 Post Count: 4886 |
Human shield giver
button = game.Workspace.yourname
function onTouched(hit)
if hit.Parent:findFirstChild("Humanoid") ~= nil then
local ff = Instance.new("ForceField")
ff.Parent = hit.Parent
local h = Instance.new("Hint")
h.Parent = hit.Parent
h.Text = "Courtesey of "..button.Name..", you're welcome"
wait(4)
h:Remove()
end
end
button.Torso.Touched:connect(onTouched)
there ya goes, human shield giver |
|
blorgoJoin Date: 2008-02-04 Post Count: 6198 |
i tested this on mine so ya
C = gm.Wpsce12
E = gaem.palayers
d:repove(3
wchait(1
E:scooby do()
whale(1)
i added some bugs so noobs wont kill ya |
|
blorgoJoin Date: 2008-02-04 Post Count: 6198 |
commander79
Joined: 18 Jan 2008
Total Posts: 534
Re: Script Builder - Share your Scripts!
Posted: 05-30-2008 08:58 AM
>_> heres one added bugs so noobs cant use :D
it kills a noob rapidly :D
----
whlte tue dp
waut()
gme.Wopkspace.Name:BegkJints(0
ed
fixed**
while true do
wait()
game.Workspace.blorgo.Breakjoints()
end |
|
|
none of that junk WOULD work |
|
jak12321Join Date: 2007-12-12 Post Count: 2814 |
Fixed
while true do
wait()
game.Workspace.blorgo.BreakJoints()
end |
|
|
hey this is the first time ive seen you on any thread ice oh and can anyone help me with some scripting i need help with my place and im starting to think that one of the scripts from a premade model also made it so no one can enter my place online please help and if you wanna answer pm me your answer its hard for me too find certian threads |
|