|
| 03 Apr 2014 02:41 AM |
[AFTER/BEFORE READING] Do not tell me to learn to script, I am trying to make the help request ask for something that isn't so hard. I am trying to learn this Script in the process. And please no Rick Rolling(Because I hate RickRolling)or Trolling or Forum Weapons.
[WHAT I NEED HELP WITH] A Activator for Text Button where if you click it it activates what it is connected to inside the script
A Teleport script that needs to activated by a certain activator script where it will teleport you to a certain position.
[PLEASE REPLY WITH THE SCRIPT] |
|
|
| Report Abuse |
|
|
|
| 03 Apr 2014 05:07 AM |
| How are you going to learn with us doing teh work? |
|
|
| Report Abuse |
|
|
|
| 03 Apr 2014 05:22 AM |
| Stop being mean, What did I really do wrong to you, You are very mean |
|
|
| Report Abuse |
|
|
|
| 03 Apr 2014 05:38 AM |
First of all, if we are doing all of your scripting you won't learn anything. Your best chance is to learn Lua and script it out yourself (although I can do it, but I won't).
Second of all, don't get rude because someone pointed out what I pointed out above.
We aren't your slaves.
- Alpha-01 - |
|
|
| Report Abuse |
|
|
|
| 03 Apr 2014 05:45 AM |
| Seriously I can't understand what the codes do and how to lay it out |
|
|
| Report Abuse |
|
|
|
| 03 Apr 2014 05:47 AM |
> I can't understand what the codes do and how to lay it out
That is why we learn things.
If I were to even consider helping you, I would need more information. You didn't give us enough detail. |
|
|
| Report Abuse |
|
|
|
| 03 Apr 2014 06:18 AM |
Shut up NSA Agent.
You seriously should leave Scripting Helpers |
|
|
| Report Abuse |
|
|
Trioxide
|
  |
| Joined: 29 Mar 2011 |
| Total Posts: 32902 |
|
|
| 03 Apr 2014 06:50 AM |
OP,
you seriously should leave Scripting Helpers |
|
|
| Report Abuse |
|
|
|
| 03 Apr 2014 06:53 AM |
OP,
you seriously should leave Scripting Helpers [2] |
|
|
| Report Abuse |
|
|
|
| 04 Apr 2014 02:00 AM |
| I am not leaving Scripting Helpers, Idiots |
|
|
| Report Abuse |
|
|
|
| 04 Apr 2014 03:20 AM |
| Then please learn to script. |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 04 Apr 2014 03:24 AM |
| OP, either get out or at least attempt to make a script. This forum isn't owned by you, and your thread is considered off-topic to this forum. |
|
|
| Report Abuse |
|
|
|
| 04 Apr 2014 03:25 AM |
| The effort you put in should greatly exceed the effort we put in. This is a general rule. |
|
|
| Report Abuse |
|
|
SLY3
|
  |
| Joined: 10 Jul 2008 |
| Total Posts: 1700 |
|
|
| 04 Apr 2014 03:34 AM |
Guys stop saying for him to do it himself, if he asks us he wants to LEARN from how we do it.
I can't be bothered to put up a script that activates a GUI's visibility, so look in free models or the wiki or something. |
|
|
| Report Abuse |
|
|
wazap
|
  |
| Joined: 29 Jun 2007 |
| Total Posts: 23234 |
|
|
| 04 Apr 2014 03:36 AM |
| @sly after reading the first reply to Kiwi, I lost all motivation to help him. |
|
|
| Report Abuse |
|
|
|
| 04 Apr 2014 03:55 AM |
here is a little scripting lesson: rblx.ROBLOXForum.GameCreationandDevelopment.ScriptingHelpers.ramboyelectrix:Destroy() there u go
-- Because It's Legal -- |
|
|
| Report Abuse |
|
|
|
| 04 Apr 2014 05:42 AM |
| Seriously stop being so mean. |
|
|
| Report Abuse |
|
|
|
| 04 Apr 2014 06:56 AM |
GAMEID = 123456789 --Game you want to teleport to script.Parent.MouseButton1Down:connect(function() game:GetService("TeleportService"):Teleport(GAMEID) end)
Local script. Put it in the button. TextButton or ImageButton. I truly don't care.
Now.
GO!!!
(Get Out) |
|
|
| Report Abuse |
|
|
|
| 05 Apr 2014 09:08 PM |
| Stop being mean! I will report anyone who is mean to me |
|
|
| Report Abuse |
|
|
|
| 05 Apr 2014 09:16 PM |
Welp, heeres the script mah friend (must be put in game, tested in online mode, and must be someone other than createtor.)
plyr = game.Players.LocalPlayer script.Parent.MouseButton1Down:connect(function(MB1D) LocalPlayer.Character.CFrame.Value.new = (0,0,0) while true do print ("Cookiez!DontRemoveThisOrTheLoopOrTheScriptWillBreakz") end end) |
|
|
| Report Abuse |
|
|
|
| 05 Apr 2014 09:17 PM |
actually i feel bad
dont use that it will crash ur game
idk how to make the script D: |
|
|
| Report Abuse |
|
|