|
I personally don't like BodyMovers because of the weird values needed (though I might try to figure them out at some point) and a few other minor gripes with them...plus the fact that they lag quite a lot, probably due to clients not simulating them. |
|
NCISroxJoin Date: 2010-06-04 Post Count: 5184 |
nothing in roblox makes sense just accept it and move on |
|
PoseidasJoin Date: 2008-11-23 Post Count: 2659 |
Update, you can at least check out my game without dying. However other than surfing through the different menus, nothing is possible :P |
|
|
My leaderboard now supports teams. Only thing left is stats. |
|
PoseidasJoin Date: 2008-11-23 Post Count: 2659 |
Hm. I would've done stats before teams :P |
|
PoseidasJoin Date: 2008-11-23 Post Count: 2659 |
I feel that whenever I'm the last to post that it's my fault this thread dies. XD |
|
|
Pack it up lads. He's on to us. |
|
|
I did teams before stats because teams were easier. |
|
ScottiflyJoin Date: 2011-01-30 Post Count: 9180 |
Hey guys, I'm resurrecting the 'transparency for selection boxes' thread again. Maybe we can get it noticed:
http://www.roblox.com/Forum/ShowPost.aspx?PostID=137609101#155657087 |
|
|
Scott, post it on RbxDev if you want it to get noticed. |
|
kilkil912Join Date: 2011-08-27 Post Count: 1288 |
This is some horrid code I know but I created it all on my own. So y'all scripters here feel free to make this better :P All it's supposed to do BTw is find the amount of player in game is it's less than 2 then print if more than 2 it's supposed to turn on Script2 So if you can make it better feel free i'm quite happy right now though.
"The two most powerful warriors are patience and time." - Leo Tolstoy |
|
kilkil912Join Date: 2011-08-27 Post Count: 1288 |
Heres the script
local PlayerCount = game.Players.NumPlayers
function Cycle()
if PlayerCount < 2 then
print("LowPlayerCount")
if PlayerCount > 2 then
game.Workspace.Script2.Disabled = false
end
end
end
Cycle()
"The two most powerful warriors are patience and time." - Leo Tolstoy |
|
ScottiflyJoin Date: 2011-01-30 Post Count: 9180 |
Scar, been posting on that RBXDev thread since I started posting on the one I made here. It wasn't my idea, I just love the heck out of it so wanted to promote it:
http://developer.roblox.com/forum/feature-requests/1948-selectionbox-needs-transparency |
|
PoseidasJoin Date: 2008-11-23 Post Count: 2659 |
Hm. Working with GuestCapone and Weeve on a project, and with Alertcoderf and sparker22 on another. I wonder how busy I'm gonna be. |
|
|
@kilkil912: Now you should try to combine those scripts into just one. As a general rule, it's bad practice to control functions by enabling/disabling a separate script. |
|
|
@Scott, I cant get onto that site and read mostly because the applications I sent in I guess weren't good 'enough'. So I can't see anything about the thread. |
|
ScottiflyJoin Date: 2011-01-30 Post Count: 9180 |
It basically is just a repeat of my thread here Recovery, the idea wasn't mine.
Poseidas, Weeve's flight simulator game was one of the original games that got me interested in what I could do with ROBLOX. |
|
PoseidasJoin Date: 2008-11-23 Post Count: 2659 |
I know (: I got really lucky with my dev teams. |
|
|
I made a tweener again. Yay. Look at it if you want, but it'll probably break (and doesn't have documentation). I also haven't looked through it specifically to optimize it, though it should be reasonably optimized already.
http://www.roblox.com/--item?id=215130171 |
|
|
It's 'released'.
inb4 it explodes all your stuff if you touch it. |
|
|
|
I saw the headstack for sale and I really wanted to buy it, but I had to decide whether it was worth 1k robux or not. I decided it's a hat I really like, and I went to buy it... Turns out I already had it. |
|
|
I bought it a while back when it was on sale, meh |
|
|
I did a thing again (whee third hub thing I've made)
http://www.roblox.com/--place?id=215378192 |
|
PoseidasJoin Date: 2008-11-23 Post Count: 2659 |
I like UI style |
|