of     3   
chevron_rightchevron_rightchevron_right

Cull
#402445Sunday, January 20, 2008 4:41 AM GMT

I need some scripts. I need one that seems kind of basic, I'm not sure. I need a script so that when someone sits in a seat for x amount of seconds, they receive x amount of Cash. I need a shop script that gives the person who bbuys it a spawner that references a model in the workspace and makes one where they click, but all the pieces are unlocked. I need a script for a door so that one (and only one) is assigned so an individual person can go through it, and I need a shop script that can only sell the object once, and the object is a key that can be used unlimited times. Message me if you want to help and I will give you details on payment.
supersayienlink
#402575Sunday, January 20, 2008 6:04 AM GMT

dude thats like master scripting it aint easy
Cull
#402583Sunday, January 20, 2008 6:11 AM GMT

oops, I ment to say that only the first seems basic.
Cull
#402630Sunday, January 20, 2008 7:01 AM GMT

NVM on the key one.
BouyertheDestroyer
#402663Sunday, January 20, 2008 8:09 AM GMT

That is easy. I am not sure what you mean by the second one, but still. I am very busy at the moment, but I could help you with one of them at least.
Cull
#403054Sunday, January 20, 2008 3:15 PM GMT

in the second one I need a tool somewhat like the house spawner tool except it finds a certain model in the wokspace and makes that instead of a house. for example, it would have a line like this: Game.Workspace.MODELNAME:clone. and then it makes the model where they clicked and removes the tool from their backpack.
Cull
#404053Sunday, January 20, 2008 8:48 PM GMT

Okay, the key is mostly done, except for the part that removes the brick after: function onTouched(hit) if hit.Parent.Humanoid~= nil then cash= game.Players:findFirstChild(hit.Parent.Name).leaderstats.Cash if cash.Value>= 100 then cash.Value= cash.Value- 100 local debounce = false function getPlayer(humanoid) local players = game.Players:children() for i = 1, #players do if players[i].Character.Humanoid == humanoid then return players[i] end end return nil end function onTouch(part) local human = part.Parent:findFirstChild("Humanoid") if (human ~= nil) and debounce == false then debounce = true local player = getPlayer(human) if (player == nil) then return end script.Parent.RedKey:clone().Parent = player.Backpack game.Workspace.Model.Keygiver:Remove() wait(2) debounce = false end end script.Parent.Touched:connect(onTouch) --What you want to happen goes here. end end end script.Parent.Touched:connect(onTouched) how can I make this delete the brick it's in after?
Cull
#409037Monday, January 21, 2008 10:24 PM GMT

please I need help. and... Builderman for president!
Cull
#413750Wednesday, January 23, 2008 4:52 AM GMT

please some help?
Cull
#422386Saturday, January 26, 2008 4:34 AM GMT

please?
Cull
#424341Saturday, January 26, 2008 5:41 PM GMT

will someone help?
Cull
#425783Sunday, January 27, 2008 12:14 AM GMT

why won't anyone help?
DingDong272
Top 100 Poster
#425891Sunday, January 27, 2008 12:37 AM GMT

no one knows. ZOMG! Or, Anaminus just hasn't come across this thread. O_o
LegoIsReal
#427274Sunday, January 27, 2008 1:48 PM GMT

[ Content Deleted ]
Cull
#427612Sunday, January 27, 2008 3:33 PM GMT

not to be rude or anything, but I already have an admin door script and I didn't ask for one.
Cull
#430998Monday, January 28, 2008 3:32 PM GMT

okay I know how to do the seat payment thing sorta. It needs to check if the seatweld that has seat as part 0 and torso as part 1. then it needs to check whose they are and if the seatweld is removed, if it's not, give them x amount of money in x amount of seconds. message me if you make one for me pplease.
Cull
#438813Thursday, January 31, 2008 4:31 AM GMT

help please
Q0S
#439121Thursday, January 31, 2008 3:24 PM GMT

u need on(touch) cash.name(cash) find some money like u no the teleport givers?its like that but with a seat.
Cull
#442090Friday, February 01, 2008 3:16 PM GMT

I don't think you understand. I need it to wait for them to sit down and if they stay sitting without getting up it stops. and it waits for x amount of seconds then gives you x amount of money.
Cull
#457233Tuesday, February 05, 2008 5:20 AM GMT

please? I really need these.
soujagirlz
#460193Wednesday, February 06, 2008 6:31 AM GMT

dude dish script is like as hard as minigames so just do it simple,duplicate enough... give me robux!!!!!
Cull
#462376Thursday, February 07, 2008 2:30 AM GMT

I'm not going to donate because right now I need to save my robux to pay someone who gives me a script.
Cull
#466396Friday, February 08, 2008 3:24 PM GMT

I need these scripts.
gitkilla
#466760Friday, February 08, 2008 8:34 PM GMT

the easiest way is just go on all models in building mode and search what you want. but you'll need to change some of the scripts to like uberrubert has a place and it has free stuff and you can edit it and copy all his stuff to your place then you can use his stuff. it has some stuff you need of and btw to make weapons and buy use a button that gives stuf when you pay at uberruberts place and change the thing to the weapon you want to come and make it where to person is so when they press the button it takes there money away and gives them the weapon and im getting a script so wait a sec.
folfo1980
#467358Friday, February 08, 2008 11:19 PM GMT

umm have you tried all models and look up m•ney giving chairs and/or spending money for weps(weapons)

    of     3   
chevron_rightchevron_rightchevron_right