nate890
|
  |
| Joined: 22 Nov 2008 |
| Total Posts: 21686 |
|
|
| 09 Sep 2011 05:57 PM |
Keep it moderate, I don't want to make a whole entire game for you, I will however do bits and pieces. I am not looking forward to scripting more than 50 lines, although the amount of lines I code depends on how much I like your idea/request eg; if it entertains me. So keep it entertaining.
<'+1 Post. Ujelly?'> |
|
|
| Report Abuse |
|
|
|
| 09 Sep 2011 06:17 PM |
| Can you make a script that makes gui's open and close when i click on them? |
|
|
| Report Abuse |
|
|
UFAIL2
|
  |
| Joined: 14 Aug 2010 |
| Total Posts: 6905 |
|
|
| 09 Sep 2011 06:19 PM |
| Make a script that will create a game for me. |
|
|
| Report Abuse |
|
|
|
| 09 Sep 2011 06:19 PM |
| i want to know how to make a minigame script |
|
|
| Report Abuse |
|
|
nate890
|
  |
| Joined: 22 Nov 2008 |
| Total Posts: 21686 |
|
|
| 09 Sep 2011 06:23 PM |
Ethan, sure;
script.Parent.MouseButton1Down:connect(function() if script.Parent.BackgroundTransparency==1 then script.Parent.BackgroundTransparency=0 else script.Parent.BackgroundTransparency=1 end end)
<'+1 Post. Ujelly?'> |
|
|
| Report Abuse |
|
|
smurf279
|
  |
| Joined: 15 Mar 2010 |
| Total Posts: 6871 |
|
| |
|
Spectrumw
|
  |
| Joined: 04 Aug 2009 |
| Total Posts: 13510 |
|
|
| 09 Sep 2011 06:29 PM |
| I want a script that creates a car inside a car so I can drive while I drive. |
|
|
| Report Abuse |
|
|
crazyblox
|
  |
| Joined: 16 Mar 2008 |
| Total Posts: 6139 |
|
|
| 09 Sep 2011 06:29 PM |
| Scripting buddy, not building. |
|
|
| Report Abuse |
|
|
nate890
|
  |
| Joined: 22 Nov 2008 |
| Total Posts: 21686 |
|
|
| 09 Sep 2011 06:37 PM |
Spectrum, that has nothing to do with scripting. JUST H4X
<'+1 Post. Ujelly?'> |
|
|
| Report Abuse |
|
|
Spectrumw
|
  |
| Joined: 04 Aug 2009 |
| Total Posts: 13510 |
|
|
| 09 Sep 2011 06:38 PM |
| I want a script that creates a car inside a car so I can drive while I drive, and print 'Ohaithere' in the output each second someone has been driving it. |
|
|
| Report Abuse |
|
|
SDuke524
|
  |
| Joined: 29 Jul 2008 |
| Total Posts: 6267 |
|
|
| 09 Sep 2011 06:40 PM |
It isn't hacking, just illogical but logical.
Make me stuff now. |
|
|
| Report Abuse |
|
|
| |
|
nate890
|
  |
| Joined: 22 Nov 2008 |
| Total Posts: 21686 |
|
|
| 09 Sep 2011 07:06 PM |
You just put that in the gui..............
<'+1 Post. Ujelly?'> |
|
|
| Report Abuse |
|
|
crazyblox
|
  |
| Joined: 16 Mar 2008 |
| Total Posts: 6139 |
|
|
| 09 Sep 2011 07:07 PM |
Heres a request, fix my hopperbin script which works in solo but not online.
player = script.Parent.Parent.Parent tool = script.Parent s = tool.Speed s.Parent = player.Character.Head
script.Parent.Selected:connect(function(mouse) mouse.Button1Down:connect(function() if tool.Enabled.Value == false then tool.Enabled.Value = true a = Instance.new("Sparkles", player.Character.Head) player.Character.Humanoid.WalkSpeed = 32 s:Play() tool.Name = "Dashing!" wait(3) player.Character.Humanoid.WalkSpeed = 14 tool.Name = "Dash (Cooldown)" a:Remove() wait(10) player.Character.Humanoid.WalkSpeed = 16 tool:Remove() end end) end) |
|
|
| Report Abuse |
|
|
Spectrumw
|
  |
| Joined: 04 Aug 2009 |
| Total Posts: 13510 |
|
|
| 09 Sep 2011 07:07 PM |
| Y U NO MAKE MAH REQUEST?! (┛◉Д◉)┛彡┻━┻ |
|
|
| Report Abuse |
|
|
nate890
|
  |
| Joined: 22 Nov 2008 |
| Total Posts: 21686 |
|
|
| 09 Sep 2011 07:08 PM |
Crazy, put it in a local script. Everything is local online, so even if it's in a regular script, it'll still be local.
<'+1 Post. Ujelly?'> |
|
|
| Report Abuse |
|
|
crazyblox
|
  |
| Joined: 16 Mar 2008 |
| Total Posts: 6139 |
|
|
| 09 Sep 2011 07:09 PM |
| It IS in a localscript, it worked before i decided to do singular connect lines. |
|
|
| Report Abuse |
|
|
nate890
|
  |
| Joined: 22 Nov 2008 |
| Total Posts: 21686 |
|
|
| 09 Sep 2011 07:10 PM |
My well educated guess tells me it's a HopperBin, right?
<'+1 Post. Ujelly?'> |
|
|
| Report Abuse |
|
|
crazyblox
|
  |
| Joined: 16 Mar 2008 |
| Total Posts: 6139 |
|
|
| 09 Sep 2011 07:10 PM |
| Yes its a hopperbin... Its worked before... |
|
|
| Report Abuse |
|
|
|
| 09 Sep 2011 07:11 PM |
Can you make me a dragon that I can fly by pressing up down left right or..
wsad?
Pl0x? |
|
|
| Report Abuse |
|
|
nate890
|
  |
| Joined: 22 Nov 2008 |
| Total Posts: 21686 |
|
|
| 09 Sep 2011 07:12 PM |
Crazy, make it a model and send me a message to the link.
<'+1 Post. Ujelly?'> |
|
|
| Report Abuse |
|
|
|
| 09 Sep 2011 07:12 PM |
| Yeah but Nate when i click the button nothing apears.I know i have to put another Text Button in but where? |
|
|
| Report Abuse |
|
|
| |
|
|
| 09 Sep 2011 07:14 PM |
| Can I get an atomic collider? It should follow physics, and M theory and String Theory. |
|
|
| Report Abuse |
|
|
crazyblox
|
  |
| Joined: 16 Mar 2008 |
| Total Posts: 6139 |
|
|
| 09 Sep 2011 07:14 PM |
Here ya go nate http://www.roblox.com/Dash-tool-isnt-very-dashing-when-it-isnt-working-item?id=61460845 |
|
|
| Report Abuse |
|
|