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 243 online users.
» 0 Member(s) | 241 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,404
hi there.
Forum: 2DWorlds Discussion
Last Post: Jacob_
01-03-2020, 04:30 AM
» Replies: 1
» Views: 771
obroke
Forum: Current Games
Last Post: FrancisSah
09-06-2017, 10:11 AM
» Replies: 0
» Views: 20,541
fcouldn't
Forum: Current Games
Last Post: FrancisSah
09-06-2017, 09:02 AM
» Replies: 0
» Views: 8,251
qhow
Forum: Current Games
Last Post: PhilipShums
09-06-2017, 07:25 AM
» Replies: 0
» Views: 2,137
zstone
Forum: Current Games
Last Post: TimothyTox
09-06-2017, 07:03 AM
» Replies: 0
» Views: 1,002
vbit
Forum: Current Games
Last Post: FrancisSah
09-06-2017, 03:00 AM
» Replies: 0
» Views: 981
sildenafil 100 mg sandoz
Forum: Current Games
Last Post: RichardLen
09-06-2017, 12:28 AM
» Replies: 0
» Views: 1,198
mhis
Forum: Current Games
Last Post: TimothyTox
09-05-2017, 04:09 PM
» Replies: 0
» Views: 1,005
sildenafil citrate 100mg ...
Forum: Current Games
Last Post: Waltertog
09-05-2017, 12:27 PM
» Replies: 0
» Views: 960

 
  For all Eminem Fans out there...
Posted by: simonheros - 08-12-2011, 01:29 AM - Forum: General Discussion - Replies (10)

I want you to copy and paste this on EVERYTHING related to eminem.
---

ATTENTION ALL EMINEM FANS

On October 17th (before if you can't make it) we will all watch "Not Afraid" in honor of the greatest rapper ever's birthday. Let's give him the best birthday present ever: the highest viewed video on YouTube!! Let's give him what he deserves and what Justin Beiber does not!!

Copy and paste to all Eminem videos and all music videos let's get this noticed quickly!

THUMBS THIS UP

LET'S GET THIS NOTICED do it for eminem
---

Print this item

  I'm going to get a life again, Hopefully..
Posted by: Fish - 08-12-2011, 01:19 AM - Forum: General Discussion - Replies (14)

I'm going back to my Karate. I quit because I got to Tired in lessons because I didn't know I had diabetes. Lolo And I go back to my New stupid school with crap home work so I am going to stop caring for my Education in 3 weeks.

Print this item

  SO EXCITED :)
Posted by: Fire - 08-12-2011, 01:14 AM - Forum: General Discussion - Replies (21)

Tomorrow I am leaving for myrtle beach Smile I love the beach, ocean, sun!

Print this item

  An m16a1 tool would be incredibly useful right now.
Posted by: CoderRyne - 08-11-2011, 10:50 PM - Forum: Requests - Replies (10)

Hello everyone,

I am working on a special map right now. I am focusing on the building and scripting aspects of it right now, and the last thing that I need is to divert my attention away from working on the large portions of the map for a long period of time so that I can work on an m16a1.

I would really appreciate some help right now with this tool. If someone would get a custom m16a1 tool to me within a few days, that would be excellent and I will be able to release my world sooner. To all those who have no idea what an m16a1 is, it was the automatic (assault) rifle used during the Vietnam war. Now days, we have four versions of this gun. The a1 was the first version obviously, so since we have four, one of the standard military guns right now is the m16a4.

Thank you and let me know if you are up for this project.

Print this item

  My Alternative Theme Song
Posted by: Ming-Yan - 08-11-2011, 10:14 PM - Forum: General Discussion - Replies (4)

Ok, Qwerty's Asteroids some would be first, but this can substitute.

Print this item

  So many network solution ads...
Posted by: Chaos - 08-11-2011, 10:09 PM - Forum: Programming - Replies (1)

It's all I see literally. Plus, godaddy is better.

Print this item

  Do global variables work between worlds?
Posted by: Jupiter - 08-11-2011, 09:06 PM - Forum: Scripting - Replies (6)

What I mean by this is that when you make a global variable.
for example _G.var = "hi"

could you use it in another world?

I would test this out right now but Java isn't working on my computer atm, I'm trying to fix it right now.

Print this item

  TheFlame asked me if I went to the Mentail Hosptial..
Posted by: Fish - 08-11-2011, 07:42 PM - Forum: General Discussion - Replies (17)

......... What?

Print this item

  Regen script
Posted by: Duck - 08-11-2011, 07:38 PM - Forum: Free Resources - No Replies

I don't know if there are already some around, but here you go.

Put everything you want to regen in a model called Regenables and put the model in game.World.

[lua]function waitFor(time)
local waittime = os.time()
while os.time() - waittime < time do
sleep(0.001)
end end

I = game.World.Regenables:clone()
I.Parent = game.Storage

while true do
waitFor(25)
game.World.Regenables:remove()
local F = I:clone()
F.Parent = game.World
end[/lua]

Print this item

  Jacob_, on Multiplayer with Glome's World Teleportation Script, it doesn't work right
Posted by: Brassrhino - 08-11-2011, 04:39 PM - Forum: Bug Reports - Replies (2)

Like, on the Multiplayer Server I have up right now, the Teleporter for Ashely is set to go to the "ashely" World's SpawnPoint Position, right? But, it takes you to behind the Cliff. I checked the Values, and everything's as it should be to NOT do that. Please fix it!

Print this item