of     3   
chevron_rightchevron_rightchevron_right

patsfan07
#701399Thursday, April 03, 2008 9:31 PM GMT

i have beenlooking for weeks to collect as many scripts as possible now u can add some to my collection. and ill give a script for something if u need one
patsfan07
#707025Friday, April 04, 2008 7:53 PM GMT

any1
ajm1996
Top 100 Poster
#707267Friday, April 04, 2008 8:26 PM GMT

I need help with this script, and if you edit it I will make a script for you, and you can use the script after you edit it. Here it is: function onTouched(hit) building = game.Workspace.Building1.side1 backup = game.Workspace.Building1.side1:clone() building:remove() wait(3) building = backup:clone() building.Parent = game.Workspace.Building1 building.Name = "side1" building.Anchored = true building.Locked = false model:makeJoints() end script.Parent.Touched:connect(onTouched)
ajm1996
Top 100 Poster
#707297Friday, April 04, 2008 8:28 PM GMT

The problem is it only works once and then whan I try it again it won't work until I quit and get back on. It is supposed to make on side of a building dissapear. Please Edit it quickly I need it for my place.
patsfan07
#707655Friday, April 04, 2008 8:59 PM GMT

function onTouched(hit) building = game.Workspace.Building1.side1 backup = game.Workspace.Building1.side1:clone() building:remove() wait(3) building = backup:clone() building.Parent = game.Workspace.Building1 building.Name = "side1" building.Anchored = true building.Locked = false model:makeJoints() wait(100)
patsfan07
#707666Friday, April 04, 2008 9:00 PM GMT

i think all u did was u forgot to make it repeat
patsfan07
#707798Friday, April 04, 2008 9:16 PM GMT

or if that doesnt work do while true do function onTouched(hit) building = game.Workspace.Building1.side1 backup = game.Workspace.Building1.side1:clone() building:remove() wait(3) building = backup:clone() building.Parent = game.Workspace.Building1 building.Name = "side1" building.Anchored = true building.Locked = false model:makeJoints() wait(100)
patsfan07
#707818Friday, April 04, 2008 9:18 PM GMT

use this one i forgot one line in the other while true do function onTouched(hit) building = game.Workspace.Building1.side1 backup = game.Workspace.Building1.side1:clone() building:remove() wait(3) building = backup:clone() building.Parent = game.Workspace.Building1 building.Name = "side1" building.Anchored = true building.Locked = false model:makeJoints() wait(100) end
ajm1996
Top 100 Poster
#709415Saturday, April 05, 2008 1:21 AM GMT

y wait 100?
hk1777
#709434Saturday, April 05, 2008 1:24 AM GMT

while true do building = game.Workspace.Building1 backup = game.Workspace.Building1:clone() building:remove() wait(3) building = backup:clone() building.Parent = game.Workspace building.Anchored = true building.Locked = false model:makeJoints() wait(100) end ================= that script should work it just regens the hole building
ajm1996
Top 100 Poster
#709454Saturday, April 05, 2008 1:29 AM GMT

patsfan neither of yours work. and I don't want to regen I want to make half of the building disapear when they touch a button.
patsfan07
#714744Saturday, April 05, 2008 8:14 PM GMT

u said it did it once i thought?
ajm1996
Top 100 Poster
#716936Sunday, April 06, 2008 1:03 AM GMT

I know it only works once then when I try it again it doesn't work
patsfan07
#720657Sunday, April 06, 2008 5:48 PM GMT

so it falls once and do u need to put the side back on?
Troyg12
#721348Sunday, April 06, 2008 7:22 PM GMT

This script makes your head a ufo!!YAY!!!! _______________________________ game.Workspace.YourNameHere.Head.Mesh.Scale = Vector3.new (-20, 1, 1) ________ lol
patsfan07
#722221Sunday, April 06, 2008 9:31 PM GMT

cool script
ryan1999
#722992Sunday, April 06, 2008 11:38 PM GMT

UUUUUUHHH it dosent work how do i make a script help me plz or my friend won't be my friend plz plz any script just make it work plz plz
ajm1996
Top 100 Poster
#723156Sunday, April 06, 2008 11:57 PM GMT

go to the help page but it will take a long time to learn. I've been learning for a month and I barely no anying about it.
patsfan07
#726348Monday, April 07, 2008 7:40 PM GMT

ok heres one random scrip that does work Random Crush Block Coming Out of Nowhere while true do wait(13) local p = Instance.new("Part") p.Parent = game.Workspace p.Position = Vector3.new(0, 100, 0) --Change the numbers to change the local of the platform. p.Size = Vector3.new(25, 25, 25) --Change the numbers to change the size from it. p.BrickColor = BrickColor.new(1) --Look at the wiki and Scripting Help, the first option on the page and look for Pallete Colors to Numbers. p.Locked = true p.Anchored = false wait(7) p:remove() end
ajm1996
Top 100 Poster
#728833Tuesday, April 08, 2008 1:59 AM GMT

you need to take out the local before p I think mabye and are you sure that's the right poistion?
ajm1996
Top 100 Poster
#728864Tuesday, April 08, 2008 2:04 AM GMT

message script: while true do wait(120)--put how long you want it to wait local m = Instance.new("message")--you might need to make Instance uncapitle I forget m.Parent = game.Worspace m.Text = "Enter Your Text Here" wait(5)--how lng you want message to stay up m:remove() end
ajm1996
Top 100 Poster
#728871Tuesday, April 08, 2008 2:06 AM GMT

I wrote this by myself so their might be ome typo's.
Azazel
#729225Tuesday, April 08, 2008 3:53 AM GMT

[ Content Deleted ]
patsfan07
#730928Tuesday, April 08, 2008 8:24 PM GMT

my script does work.
ajm1996
Top 100 Poster
#739608Thursday, April 10, 2008 4:48 PM GMT

patsfan wat do you want me to make?

    of     3   
chevron_rightchevron_rightchevron_right