swmaniac
|
  |
| Joined: 28 Jun 2008 |
| Total Posts: 15773 |
|
|
| 07 Aug 2012 06:11 PM |
Since we're evidently now getting a global mouse and rotatable GUIs (two things I understood to be rather close to the top of the previous, unwritten list), it seemed appropriate to compile a list of things that still need to be added.
Current list, in no particular order:
-A humanoid "Up" property (controls which way humanoids stand and fall). -An option to disable bricks being deleted at Y=-500 -A non-hackish way to make humanoids immortal. -Per place DP -An addition to BodyVelocity to give the option to ignore the maxForce property.
Any additions? Am I an idiot and there's a non-hackish way to do one of these? Comments? |
|
|
| Report Abuse |
|
|
| |
|
|
| 07 Aug 2012 06:24 PM |
| Humanoid.DoNothingBecauseThePlaceCreatorIsSickOfHowBuggyAndUnpredictableYouAreAndTheyHaveDecidedToMakeTheirOwnPseudoHumanoid |
|
|
| Report Abuse |
|
|
pwnedu46
|
  |
| Joined: 23 May 2009 |
| Total Posts: 7534 |
|
|
| 07 Aug 2012 06:25 PM |
| A way to access the keyboard and mouse without tools. |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2012 06:29 PM |
| After a humanoid jumps, the velocity of the previous block it was standing on should be added to the jump velocity, and should affect the velocity of the humanoid until it lands. |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2012 06:32 PM |
"A way to access the keyboard and mouse without tools."
Yeah, they should have added that a long time ago. |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2012 06:33 PM |
Fuller camera control (scriptable doesn't cut it since the user then can't do anything), including using tilting in non-scriptable settings.
More sounds + a MIDI type way to do playback, specifically - better control of when notes play - distinct control of duration & pitch (would actually require a different sort of sound API) |
|
|
| Report Abuse |
|
|
swmaniac
|
  |
| Joined: 28 Jun 2008 |
| Total Posts: 15773 |
|
|
| 07 Aug 2012 06:33 PM |
@Mouse without keyboard. http://www.roblox.com/Forum/ShowPost.aspx?PostID=74867515 |
|
|
| Report Abuse |
|
|
UnAdmin
|
  |
| Joined: 10 Jul 2012 |
| Total Posts: 4706 |
|
| |
|
swmaniac
|
  |
| Joined: 28 Jun 2008 |
| Total Posts: 15773 |
|
|
| 07 Aug 2012 06:36 PM |
@Me Stop being an idiot.
@Mouse Without Tool http://www.roblox.com/Forum/ShowPost.aspx?PostID=74867515 |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2012 06:40 PM |
1. Enable humanoid animations using the default official ROBLOX animation service. 2. REAL insertservice, so we can have auto-updating models that you can insert when not made by you. << I know might not sound best idea, but it's nice. 3. Sounds... really. 4. .Touched(Part,Player) (If there is a 2nd arguement). I find this to be easier. 5. MouseButton2Down and MouseWheel. 6. Touchscreen support for gestures.
☜▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬☜☆☞▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬☞ - Candymaniac, a highly reactive substance. |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2012 06:41 PM |
My ideas:
-More TextBox and TextLabel fonts! |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2012 06:41 PM |
| now that server-side scripts don't replicate why can't they open insertservice again |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2012 06:42 PM |
Another idea:
-Complete control over TextLabel, TextBox's Font size. |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2012 06:44 PM |
You can use the FontSize...
☜▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬☜☆☞▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬☞ - Candymaniac, a highly reactive substance. |
|
|
| Report Abuse |
|
|
aboy5643
|
  |
| Joined: 08 Oct 2010 |
| Total Posts: 5458 |
|
|
| 07 Aug 2012 06:44 PM |
@candy
That's so specific. What if I want size 15 or size 20? |
|
|
| Report Abuse |
|
|
| |
|
|
| 07 Aug 2012 06:45 PM |
Just use the .Scaled = true
And resize the textlabel?
lololol
idk
☜▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬☜☆☞▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬☞ - Candymaniac, a highly reactive substance. |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2012 06:46 PM |
| Fix the bug which makes events not fire in studio after the place has been simulated once, and then restarted. |
|
|
| Report Abuse |
|
|
swmaniac
|
  |
| Joined: 28 Jun 2008 |
| Total Posts: 15773 |
|
|
| 07 Aug 2012 06:47 PM |
@awsum Going at the top of the list. |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2012 06:48 PM |
| There's also a bug in which sometimes leaderstats will load in Play Solo...But sometimes randomly never again. |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2012 06:48 PM |
As someone else said, proper keyboard input.
game.Players.Player:keyPressed game.Players.Player:WaitForKey (waits for a key press and returns it)
With a proper key sheet (mod keys, function keys, special keys, etc.)
Ability to hide ANY GUI's included by default. |
|
|
| Report Abuse |
|
|
aboy5643
|
  |
| Joined: 08 Oct 2010 |
| Total Posts: 5458 |
|
|
| 07 Aug 2012 06:50 PM |
BIG ONE THAT I'VE SAID REPEATEDLY THAT STILL DOESN'T APPEAR TO BE FIXED:
Mouse events don't fire from Start Server/Player unless the focus is on the server window. Which is obviously borked... |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2012 06:50 PM |
a checkbox in place config that says
"DISABLE SCRIPTING SANDBOX- BEWARE THIS OPTION!"
and if you check it, a bunch of locked stuff isn't locked anymore |
|
|
| Report Abuse |
|
|
swmaniac
|
  |
| Joined: 28 Jun 2008 |
| Total Posts: 15773 |
|
|
| 07 Aug 2012 06:52 PM |
@aboy Really? Mouse events don't work normally in Start Server/Player? Is this new, because I haven't encountered the bug? |
|
|
| Report Abuse |
|
|