12packkid
|
  |
| Joined: 24 Jun 2011 |
| Total Posts: 1418 |
|
|
| 17 Dec 2012 05:15 PM |
At the moment my command looks like this yet it breaks my script, I need one that teleports you to a player, not one that teleports you to a certain position.
I would really like to thank anyone who helps.
-12packkid
~Signatures are like cutie marks, useless, pointless and stupid.~ -12packkid |
|
|
| Report Abuse |
|
|
CokeCody
|
  |
| Joined: 31 Mar 2010 |
| Total Posts: 394 |
|
|
| 17 Dec 2012 05:17 PM |
Something like Player.Character:MoveTo(OtherPlayer.Character.Torso.CFrame.p) |
|
|
| Report Abuse |
|
|
12packkid
|
  |
| Joined: 24 Jun 2011 |
| Total Posts: 1418 |
|
| |
|
12packkid
|
  |
| Joined: 24 Jun 2011 |
| Total Posts: 1418 |
|
|
| 17 Dec 2012 05:20 PM |
Another script I needed help with was tablets, I'm trying to make an admin where if you say 'cmds' about 12 books/bricks/spheres come up with commands and if you click one they give you an option menu like 'MaxHealth player' or 'Jail player'. I also need them to follow you, so basically when you walk the blockmeshes follow you.
~Signatures are like cutie marks, useless, pointless, and stupid~ -12packkid |
|
|
| Report Abuse |
|
|
CokeCody
|
  |
| Joined: 31 Mar 2010 |
| Total Posts: 394 |
|
| |
|
12packkid
|
  |
| Joined: 24 Jun 2011 |
| Total Posts: 1418 |
|
|
| 17 Dec 2012 05:23 PM |
| At above do you know a script that could possibly help me, my friend has one, and he gave it to me but strangely it works but different parts of the script are all moudled up. |
|
|
| Report Abuse |
|
|
CokeCody
|
  |
| Joined: 31 Mar 2010 |
| Total Posts: 394 |
|
|
| 17 Dec 2012 05:26 PM |
| I'm not here to give scripts. |
|
|
| Report Abuse |
|
|
12packkid
|
  |
| Joined: 24 Jun 2011 |
| Total Posts: 1418 |
|
|
| 17 Dec 2012 05:30 PM |
| Fine I will spend the time making it myself... |
|
|
| Report Abuse |
|
|
|
| 17 Dec 2012 05:33 PM |
Good boy *pats head* We don't take requests.
~ṡсɾïρτïṉģ hεlρεɾṡ ۩ lυαlεαɾṉεɾṡ ④ øƒвќṃṿј~ ღ ▂▃▅▆█ρεώḋïερïε☄сυτïερïε█▆▅▃▂ღ 【▬】 |
|
|
| Report Abuse |
|
|
12packkid
|
  |
| Joined: 24 Jun 2011 |
| Total Posts: 1418 |
|
|
| 18 Dec 2012 09:36 AM |
| Yeah, you don't take requests considering you're in a Scripting Help group. It's even your primary, so start helping, 'Script Helper'. |
|
|
| Report Abuse |
|
|
|
| 18 Dec 2012 09:39 AM |
| Helpers, we help to fix a broken code, or something that you need and is simple. NOT to create things fully. |
|
|
| Report Abuse |
|
|
12packkid
|
  |
| Joined: 24 Jun 2011 |
| Total Posts: 1418 |
|
| |
|
|
| 19 Dec 2012 01:50 PM |
<.< We HELP you with your scripts. I'll start helpin' when you start postin' (a script.)
~ṡсɾïρτïṉģ hεlρεɾṡ ۩ lυαlεαɾṉεɾṡ ④ øƒвќṃṿј~ ღ ▂▃▅▆█ρεώḋïερïε☄сυτïερïε█▆▅▃▂ღ 【▬】 |
|
|
| Report Abuse |
|
|
jelly134
|
  |
| Joined: 25 Aug 2008 |
| Total Posts: 1137 |
|
|
| 19 Dec 2012 01:57 PM |
| As slaves we don't run on air, we need to be tempted by code before we start churning out scripts for you ... :P |
|
|
| Report Abuse |
|
|
12packkid
|
  |
| Joined: 24 Jun 2011 |
| Total Posts: 1418 |
|
|
| 19 Dec 2012 05:08 PM |
adminlist = {"12packkid"} bannedlist = {"129K", "flipflop8421", "iMyLittlePony"}
for _,v in pairs(game.Players:GetChildren()) do for _,x in pairs(bannedlist) do if v.Name == x then v:Destroy() end end end
for a,c in pairs(game.Players:GetChildren()) do for a,b in pairs(adminlist) do if c.Name == b then
function chat(msg) if string.sub(msg, 0, 8) == "tele me " then --Is that command wrong or something? plr = string.sub(msg, 9) for _,v in pairs(game.Players:GetChildren()) do if string.find(v.Name, plr) then b.Character.Torso.CFrame = v.Character.Torso.CFrame end end end end adminlist.Chatted:connect(chat) end end end |
|
|
| Report Abuse |
|
|
129K
|
  |
| Joined: 23 Aug 2011 |
| Total Posts: 19010 |
|
|
| 19 Dec 2012 06:01 PM |
good job, you're copying my idea op you're the most original person i've seen |
|
|
| Report Abuse |
|
|
129K
|
  |
| Joined: 23 Aug 2011 |
| Total Posts: 19010 |
|
|
| 19 Dec 2012 06:04 PM |
> in the little banlist
i think i'm in there because i banned op for using a camball :-( |
|
|
| Report Abuse |
|
|