2DWorlds Forums
If they can do it, so can we! - Printable Version

+- 2DWorlds Forums (http://2dworlds.buildism.net/forum)
+-- Forum: 2DWorlds (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=4)
+--- Forum: Scripting (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=13)
+--- Thread: If they can do it, so can we! (/showthread.php?tid=7118)



If they can do it, so can we! - Qwertygiy - 07-22-2011

Well, ROBLOX just released "teleportation": The ability to move between places ingame.

Heck, it's not so hard it would take 6 years! Here's a simple little script that we can use. Just chat "goto/placenumber" and it will take you there.
For example, to go to Buildism City, chat "goto/29".

[lua]
function goTo(id)
local placeId = id + 0
game:load(placeId)
end

link(game.Players.ChildAdded, function(player)
link(player.Chatted, function(chat)
if string.sub(chat, 1, 5) == "goto/" then
goTo(string.sub(chat, 6))
end end) end)
[/lua]


RE: If they can do it, so can we! - Brassrhino - 07-23-2011

Yes. Just, Yes. :mrgreen:


RE: If they can do it, so can we! - Dignity - 07-23-2011

Yep. All roblox had to do was un-lock load.


RE: If they can do it, so can we! - Ice - 07-23-2011

Awesome!


RE: If they can do it, so can we! - Domino - 07-25-2011

ROBLOX: The age of teleportation has finally come after 6 years

Buildism: Heres a simple script right when we got the idea! Teleportation in 1 day ftw


RE: If they can do it, so can we! - CoderRyne - 08-07-2011

(07-25-2011, 01:02 AM)Domino Wrote: ROBLOX: The age of teleportation has finally come after 6 years

Buildism: Heres a simple script right when we got the idea! Teleportation in 1 day ftw

Excellent! I can see that easy script to be very handy. Nice work!


RE: If they can do it, so can we! - Sazaho - 08-12-2011

Sorry, but this makes me lol. ROBLOX fail XD


RE: If they can do it, so can we! - Frostglacier - 08-12-2011

Leave it to the masters of buildism to figure out something in a day Tongue


RE: If they can do it, so can we! - akiake - 08-12-2011

fail......