|
| 17 May 2015 04:52 PM |
So, I decided to make a button text. I want to insert a script that when you click the buttontext it will teleport you to another game.
|
|
|
| Report Abuse |
|
|
Codmius
|
  |
| Joined: 27 Oct 2013 |
| Total Posts: 8277 |
|
|
| 17 May 2015 04:53 PM |
| I'm assuming you'd need a clickdetector and an ifTouch ( may have that statement wrong ) with a destination |
|
|
| Report Abuse |
|
|
loweras
|
  |
| Joined: 20 Feb 2015 |
| Total Posts: 39 |
|
|
| 17 May 2015 04:54 PM |
Although this is super simple and im like brand new to scripting, and you took a perfectly good name that a REAL scripter could've used and you ruined it.
That is just fking mental. |
|
|
| Report Abuse |
|
|
|
| 17 May 2015 04:54 PM |
| starter gui < screengui < frame < buttontext < I need help with script that teleports you to another game |
|
|
| Report Abuse |
|
|
|
| 17 May 2015 04:55 PM |
@lower
this is why i quit forum |
|
|
| Report Abuse |
|
|
LucasLua
|
  |
| Joined: 18 Jun 2008 |
| Total Posts: 7386 |
|
|
| 17 May 2015 04:55 PM |
| http://wiki.roblox.com/index.php?title=TeleportService |
|
|
| Report Abuse |
|
|
|
| 17 May 2015 04:57 PM |
| im new to scripting and I read scripts but somehow that makes NO sense |
|
|
| Report Abuse |
|
|
voItages
|
  |
| Joined: 02 Nov 2013 |
| Total Posts: 677 |
|
|
| 17 May 2015 04:59 PM |
sp = script.Parent
sp.MouseButton1Down:connect(function() --teleport code end
=volty= |
|
|
| Report Abuse |
|
|
|
| 17 May 2015 05:01 PM |
god i suck with this......
i need the place number to be 9924322 k? |
|
|
| Report Abuse |
|
|
voItages
|
  |
| Joined: 02 Nov 2013 |
| Total Posts: 677 |
|
|
| 17 May 2015 05:03 PM |
sp = script.Parent
sp.MouseButton1Down:connect(function() game:GetService('TeleportService'):Teleport(9924322, game.Players.LocalPlayer) end
=volty= |
|
|
| Report Abuse |
|
|
|
| 17 May 2015 05:06 PM |
doesnt work
i put it in the buttontext and I clicked it and: nothing happens
i seriously forgot this af |
|
|
| Report Abuse |
|
|
voItages
|
  |
| Joined: 02 Nov 2013 |
| Total Posts: 677 |
|
| |
|
|
| 17 May 2015 05:10 PM |
nope..
check my game out it sux so far because i think another roblox thing updated
Last scripted: 2013 (dayum) |
|
|
| Report Abuse |
|
|
|
| 17 May 2015 05:12 PM |
Hey Guys! If you donate to me ill pay you back DOUBLE the Next day i swear
Here click this link, go to Devoloper store, scroll down, and buy a gear, then the next day ill pay you DOUBLE!!
Link ---> http://www.roblox.com/games/249553708/DONATION
|
|
|
| Report Abuse |
|
|
|
| 17 May 2015 05:13 PM |
he will never pay you back double
still, dat script |
|
|
| Report Abuse |
|
|
voItages
|
  |
| Joined: 02 Nov 2013 |
| Total Posts: 677 |
|
|
| 17 May 2015 05:19 PM |
This should work but i dont think "9924322" is a place.
sp = script.Parent
sp.MouseButton1Down:connect(function() game:GetService('TeleportService'):Teleport(9924322, game.Players.LocalPlayer) end)
=volty= |
|
|
| Report Abuse |
|
|