SFAynjel
#1102028Sunday, May 25, 2008 11:02 PM GMT

i dont know much lol
Rathgarf
#1102404Sunday, May 25, 2008 11:21 PM GMT

I think this is a script to make a door walk-throughable every five minutes... ---------------------------------------- Door = script.Parent while true do wait(300) Door.CanCollide = false wait(300) Door.CanCollide = true end ---------------------------------------- This was a script by Rath
erikrules
#1106523Monday, May 26, 2008 4:50 AM GMT

Here is a ClickDetecter Activated Hint script! function onClicked() h=Instance.new("Hint") h.Parent=game.Workspace h.Text="Put Text Here" wait(5) h:remove() script.Parent.ClickDetector.MouseClick:connect(onClicked) Just put ClickDetecter in any brick and put this script into the brick!
CompactorReactor
#1107671Monday, May 26, 2008 11:17 AM GMT

[Post Obliterated]
jeffcena
#1107766Monday, May 26, 2008 11:35 AM GMT

function onClicked() h=Instance.new("Hint") h.Parent=game.Workspace h.Text="Put Text Here" wait(5) h:remove() game.Workspace.PrimaryPart.ClickDetector.MouseClick:connect(onClicked)
FlashJoeW
Top 100 Poster
#1108035Monday, May 26, 2008 12:24 PM GMT

not much going on in the forum, i'll just try to get things moving e = game.Workspace.flashjoew.Torso:clone() e.Parent = game.Workspace e.Position = game.Workspace.flashjoew.Torso.Position tada!
gergy008
#1108245Monday, May 26, 2008 12:54 PM GMT

[ Content Deleted ]
jak12321
#1108581Monday, May 26, 2008 1:58 PM GMT

gergy, i reported you because of major spam, LEARN SCRIPTING
valitini94
#1109287Monday, May 26, 2008 3:13 PM GMT

RathGuard your script will not work because script.Parent is the workspace. It will work only if you put the script in a brick (or a seat or a spawnlocation).
Rathgarf
#1109761Monday, May 26, 2008 4:09 PM GMT

Knid of self explaitory. I knew that, too.
jknite
#1110016Monday, May 26, 2008 4:27 PM GMT

I need help scripting, please tell me how to fix my spawns. if a person is on the start, the next person who comes in, goes on part 1! Please help!
FlashJoeW
Top 100 Poster
#1110034Monday, May 26, 2008 4:28 PM GMT

whathe12
#1111699Monday, May 26, 2008 6:28 PM GMT

ummmm i don't no how to script.....
commander79
#1113004Monday, May 26, 2008 8:10 PM GMT

Lol then dont post and heres a simple script cause i dont wana give out my good ones T__T its a humanoid fixer if someone removes ur humanoid u can always get it back >:P ----- e = Instance.new("Humanoid") e.Parent = game.Workspace.commander79--Name here
FlashJoeW
Top 100 Poster
#1113330Monday, May 26, 2008 8:43 PM GMT

or while true do wait() check = game.Workspace.namehere:findFirstChild("Humanoid") if check ~= nil then return end e = Instance.new("Humanoid") e.Parent = game.Workspace.namehere end end will constantly check, and fix your humanoid, very helpful i think, if it works that is
PokeMaster8
#1120129Tuesday, May 27, 2008 3:49 AM GMT

there are a lot of usefull scrips here. i jazzed up my place a little. (before it got lost but differant thread http://www.roblox.com/Forum/ShowPost.aspx?PostID=1116918) Just by reading some of these i think i made a script that would work, but im gunna test it before i put it here.
PokeMaster8
#1120161Tuesday, May 27, 2008 3:54 AM GMT

ne1 know a script to make a brick rapidly change colors, to a lot of colors? like a super disco floor. that is my first script. if you know one put it here so i can see if they are the same.
FlashJoeW
Top 100 Poster
#1121205Tuesday, May 27, 2008 7:55 AM GMT

while true do wait() script.Parent.BrickColor = BrickColor.new(math.random(1,30)) end that could do it... not sure though
zipperipper
#1122791Tuesday, May 27, 2008 3:03 PM GMT

make base 3 times bigger: base = workspace.PrimaryPart base.CFrame = CFrame.new(0, 0.2, 0) --put base at 0 newbase = base:Clone() x = -512 z = 0 for i = 1, 3 do b = newbase:Clone() b.Parent = workspace b.CFrame = CFrame.new(x, 0.2, z) x = x+512 end x = -512 z = 512 for i = 1, 3 do b = newbase:Clone() b.Parent = workspace b.CFrame = CFrame.new(x, 0.2, z) x = x+512 end x = -512 z = 1024 for i = 1, 3 do b = newbase:Clone() b.Parent = workspace b.CFrame = CFrame.new(x, 0.2, z) x = x+512 end
Dr01d3k4
#1122827Tuesday, May 27, 2008 3:09 PM GMT

I made a ban script for script builder. It bans them from that server, though I'm not sure if it works and it is on a different computer.
zipperipper
#1123059Tuesday, May 27, 2008 3:45 PM GMT

oh and flashjoe you made a slight mistake.. fixed: while true do wait() check = game.Workspace.namehere:findFirstChild("Humanoid") if check ~= nil then return end e = Instance.new("Humanoid") e.Parent = game.Workspace.namehere end
FlashJoeW
Top 100 Poster
#1123138Tuesday, May 27, 2008 4:08 PM GMT

umm... no, i think you need an extra end for the if
PokeMaster8
#1124092Tuesday, May 27, 2008 7:11 PM GMT

flash joe mine is basicly that only a little bit diff so yea i think i did it right
DrNinja
#1124980Tuesday, May 27, 2008 8:57 PM GMT

I need this on my forums ^_^
tegarrison
#1130954Wednesday, May 28, 2008 4:46 AM GMT

*Bumpety*