|
The follow dosent work, the game number dosent work, the teleports dont work, NOTHING WORKS ANYMORE! |
|
Shobobo99Join Date: 2008-12-30 Post Count: 5754 |
The follow works, if the server that person is in is not full.
Game number? What do you mean.
Teleporting not working is not Roblox's fault nor is it part of the site. It is the creator of a game's responsibility to make thier code work.
There are many things that don't work but not ones that you may think. |
|
|
@Shobo Nope. Ive been in places 2 out of 30 and it says " website " after i was in the game for an hour. And what i mean by the numbers dont work is it has been a game 5 out of 10 and it says " server is full " and wont let me in. |
|
|
The teleporter thing is there fault, they made an update breaking teleports. You teleport somebody and then they go back in a split second. |
|
kidsunJoin Date: 2009-05-27 Post Count: 698 |
Press refresh. It will show the servers filled. |
|
xmaga20Join Date: 2011-06-03 Post Count: 152 |
[ Content Deleted ] |
|
xmaga20Join Date: 2011-06-03 Post Count: 152 |
[ Content Deleted ] |
|
scooby326Join Date: 2008-10-24 Post Count: 4906 |
It may be robloxs fault for the teleport but if the owner of the places dont bother to fix the teleport system then its the owners fault for being to lazy to find working teleports in free models OR coding. |
|
|
The teleporters aren't a part of the site. There's a difference between a webserver(runs port 80) and a game server (runs any port)... |
|
|
WE CANT FIX THE TELEPORTS BECAUSE OF THE UPDATES.... UNDERSTAND??? |
|
Shobobo99Join Date: 2008-12-30 Post Count: 5754 |
You do know that all teleporting is is moving the position of the character which has nothing to do with Roblox. Your coding is flawed |
|
xmaga20Join Date: 2011-06-03 Post Count: 152 |
[ Content Deleted ] |
|
|
Shobo, obvisously you havent played any game on roblox with a teleporter lately. |
|
|
My teleports where just fine before the updates. |
|
xmaga20Join Date: 2011-06-03 Post Count: 152 |
[ Content Deleted ] |
|
Shobobo99Join Date: 2008-12-30 Post Count: 5754 |
Too bad this code WORKS if you put it in a hopperbin.
t = script.Parent
p = t.Parent.Parent
repeat wait() until p.Character
c = p.Character
t.Selected:connect(function (mouse)
mouse.Button1Down:connect(function ()
if not mouse.Target then return end
c:MoveTo(mouse.Hit.p+Vector3.new(0,5,0))
end)
end)
It is NOT ROBLOX's fault. |
|
|
xmaga20Join Date: 2011-06-03 Post Count: 152 |
[ Content Deleted ] |
|
|