Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 8,079
» Latest member: seanac11
» Forum threads: 10,350
» Forum posts: 91,276

Full Statistics

Online Users
There are currently 241 online users.
» 0 Member(s) | 239 Guest(s)
Bing, Google

Latest Threads
I'm leaving the site too....
Forum: 2DWorlds Discussion
Last Post: Jacob_
07-03-2023, 04:59 AM
» Replies: 12
» Views: 6,313
hi there.
Forum: 2DWorlds Discussion
Last Post: Jacob_
01-03-2020, 04:30 AM
» Replies: 1
» Views: 740
obroke
Forum: Current Games
Last Post: FrancisSah
09-06-2017, 10:11 AM
» Replies: 0
» Views: 20,526
fcouldn't
Forum: Current Games
Last Post: FrancisSah
09-06-2017, 09:02 AM
» Replies: 0
» Views: 8,233
qhow
Forum: Current Games
Last Post: PhilipShums
09-06-2017, 07:25 AM
» Replies: 0
» Views: 2,117
zstone
Forum: Current Games
Last Post: TimothyTox
09-06-2017, 07:03 AM
» Replies: 0
» Views: 982
vbit
Forum: Current Games
Last Post: FrancisSah
09-06-2017, 03:00 AM
» Replies: 0
» Views: 964
sildenafil 100 mg sandoz
Forum: Current Games
Last Post: RichardLen
09-06-2017, 12:28 AM
» Replies: 0
» Views: 1,176
mhis
Forum: Current Games
Last Post: TimothyTox
09-05-2017, 04:09 PM
» Replies: 0
» Views: 986
sildenafil citrate 100mg ...
Forum: Current Games
Last Post: Waltertog
09-05-2017, 12:27 PM
» Replies: 0
» Views: 939

 
  On the Skins Page
Posted by: Ming-Yan - 04-18-2011, 11:56 PM - Forum: 2DWorlds Discussion - Replies (2)

It still says "Single Player" above the button for wearing the skin...

Print this item

  What kind of professions should I go into?
Posted by: DJ_Waffles - 04-18-2011, 11:49 PM - Forum: General Discussion - Replies (9)

Well I'm not going to college or anytime soon and things change, but what do you think? We took the Kuder job skills test... thing, again and my highest, errr, categories were Hospitality and Tourism, Information Technology, and Arts Audio-Video Technology and Communications. The 3rd one is one category. After I decide on that I'll go into the jobs. Just wondering what you guys think. Big Grin

Print this item

  New skin?
Posted by: Fire - 04-18-2011, 11:13 PM - Forum: 2DWorlds Discussion - Replies (17)

Like this one better or the old one?

Print this item

  BLOXman! The Videogame
Posted by: Ming-Yan - 04-18-2011, 10:59 PM - Forum: Video Games - Replies (2)

Game I am working on. I'm working on it very slowly because I'm lazy--want to make it the bestest evar.

Yeah...
http://bloxman.webs.com/

Print this item

  Help With Regeneration Script
Posted by: Ming-Yan - 04-18-2011, 10:47 PM - Forum: Scripting - Replies (1)

I think it's a ROBLOX conversion error.

[lua]model = game.Work.BLUE
messageText = "REGEN BLUE SPIRE"

message = create("Message")
message.Text = messageText
backup = model:clone(BLUE)

while true do
sleep(10) -- regenerate this model every 300 seconds

message.Parent = game.Work
model:remove(BLUE)

sleep(4) -- display regen message for 4 seconds

model = backup:clone(BLUE)
model.Parent = game.Work
model:makeJoints()
message.Parent = nil
end
[/lua]

Print this item

  Another example of a meaningless annoying bug
Posted by: Qwertygiy - 04-18-2011, 10:03 PM - Forum: Scripting - Replies (4)

Line 3: [lua] local controller = body.VelocityController [/lua]
--Some stuff


Line 14: [lua] function CheckVitalSigns() [/lua]
--Some stuff


Lines 17-20: [lua] if controller == nil then
controller = create("VelocityController")
controller.Parent = body
end [/lua]
--More stuff, including end of CheckVitalSigns


Lines 30-32: [lua]while true do
sleep(0.1)
CheckVitalSigns() [/lua]
--Even more stuff


Lines 46-48: [lua] if not controller then CheckVitalSigns() end
if thedude.Position.x > body.Position.x then
controller.Velocity.x = 5.0 [/lua]

Output: Script:48: attempted index of non-table

>Sad

Print this item

  I need help. D:
Posted by: sergentkyle - 04-18-2011, 09:52 PM - Forum: Help - Replies (9)

Everytime I build, I spawn in the air and it said moving is disabled. And then it said something about a parent.

Print this item

  I Am Currently Making Doom Spires
Posted by: Ming-Yan - 04-18-2011, 09:30 PM - Forum: 2DWorlds Discussion - Replies (1)

I'll add the yellow and green ones later, I'll also make the regeneration later.
It will be built as one of the first multiplayer games.

Print this item

  My friend who joined Buildism is a waste of Bandwidth
Posted by: sergentkyle - 04-18-2011, 09:24 PM - Forum: 2DWorlds Discussion - Replies (17)

Me-Just forum! It's the only interaction you are going to have with other users! And besides, it's fun.

Him-WELL, I TALK TO PEOPLE ON THE COMMENTS. AND I HATE FORUMING.




._.

Print this item

  Skins in new site logo
Posted by: Qwertygiy - 04-18-2011, 09:22 PM - Forum: Bug Reports - Replies (3)

The supposed-to-be-transparent parts in the arms/wings and head are white. Also, there are suspicious white 'blocks' under the arms of the black-and-light-blue suit.

Print this item