Quovis
|
  |
| Joined: 24 Mar 2012 |
| Total Posts: 494 |
|
|
| 08 Apr 2012 05:20 PM |
I'm having trouble even getting started. I am trying to make a tool that pops up a gui that when you click on a button inside of it, makes a model or brick follow your mouse if you have enough money then when you click down it spawns there. How would I go about even starting this. Thanks!
-Paying 4k for a certain tool/script/gui, PM for more info-
Wow, posting my new siggy seems quite pointless. |
|
|
| Report Abuse |
|
|
Quovis
|
  |
| Joined: 24 Mar 2012 |
| Total Posts: 494 |
|
| |
|
Xtreme101
|
  |
| Joined: 03 Jan 2009 |
| Total Posts: 4385 |
|
|
| 08 Apr 2012 06:46 PM |
Dang, I am tired of clicking on threads with no scripts in them.
Get out. |
|
|
| Report Abuse |
|
|
Quovis
|
  |
| Joined: 24 Mar 2012 |
| Total Posts: 494 |
|
|
| 08 Apr 2012 06:49 PM |
| I am just asking how to get started with it. I need some help. I'm not telling you "gimme a script nob" I'm saying please lead me in the right direction. |
|
|
| Report Abuse |
|
|
Xtreme101
|
  |
| Joined: 03 Jan 2009 |
| Total Posts: 4385 |
|
|
| 08 Apr 2012 06:51 PM |
script.Parent.Equipped:connect(function() end)
Happy? |
|
|
| Report Abuse |
|
|
Quovis
|
  |
| Joined: 24 Mar 2012 |
| Total Posts: 494 |
|
|
| 08 Apr 2012 06:52 PM |
No, because that in no way helps me with what I'm asking for help on.
Nowhere does it say "Do not post threads without a script."
|
|
|
| Report Abuse |
|
|
Quovis
|
  |
| Joined: 24 Mar 2012 |
| Total Posts: 494 |
|
| |
|
|
| 08 Apr 2012 07:10 PM |
@Xtreme
Stop being rude and help for once.... He never requested, he asked to get pointed in the right direction, smart one.
~I don't always forum, but when I do, I forum like a collection of pixels.~ |
|
|
| Report Abuse |
|
|
Quovis
|
  |
| Joined: 24 Mar 2012 |
| Total Posts: 494 |
|
|
| 08 Apr 2012 07:14 PM |
@ Greenday, Thanks. C=
Now anybody ever tried this? |
|
|
| Report Abuse |
|
|
XNoBoomX
|
  |
| Joined: 08 May 2011 |
| Total Posts: 4731 |
|
|
| 08 Apr 2012 07:17 PM |
XTreme gave you the main function.
Then somewhere inside the script you'd have:
Instance.new("Part",Workspace)
~{An Intellectual In Love With Bacon}~ |
|
|
| Report Abuse |
|
|
|
| 08 Apr 2012 07:17 PM |
What do you mean by "makes a GUI pop up when you click a button inside of it"
I didn't get that part, if you tell me maybe I can help you.
~I don't always forum, but when I do, I forum like a collection of pixels.~ |
|
|
| Report Abuse |
|
|
Quovis
|
  |
| Joined: 24 Mar 2012 |
| Total Posts: 494 |
|
|
| 08 Apr 2012 07:18 PM |
script.Parent.Equipped:connect(function() local player = game.Players.LocalPlayer player.PlayerGui.DecorGui.Frame.Visible = true end)
Alright, so that part appears to be working, now how would I go about making a new model, and making it follow your mouse on GUI click? |
|
|
| Report Abuse |
|
|
zakary99
|
  |
| Joined: 19 Jan 2010 |
| Total Posts: 1095 |
|
|
| 08 Apr 2012 07:30 PM |
| Instance.new("Model", Workspace) :3 |
|
|
| Report Abuse |
|
|
zakary99
|
  |
| Joined: 19 Jan 2010 |
| Total Posts: 1095 |
|
|
| 08 Apr 2012 07:31 PM |
| Look at the stamper tool script or the old Copy Brick script. Find the follow beet. |
|
|
| Report Abuse |
|
|
| |
|
Quovis
|
  |
| Joined: 24 Mar 2012 |
| Total Posts: 494 |
|
|
| 08 Apr 2012 07:56 PM |
@ Roblox, thanks for the helpful response?
@ zak, Yeah, I'm going to try that. |
|
|
| Report Abuse |
|
|