|
| 23 May 2016 08:25 PM |
So i need a script that allows me to make a particle trail for a username so like
particle rainbow "michael,william"
|
|
|
| Report Abuse |
|
|
fang
|
  |
| Joined: 20 Mar 2007 |
| Total Posts: 88 |
|
|
| 23 May 2016 08:27 PM |
._.
you can't be serious
http://wiki.roblox.com/index.php?title=Intro_to_Scripting |
|
|
| Report Abuse |
|
|
|
| 23 May 2016 08:32 PM |
there isnt a particle trail script there
|
|
|
| Report Abuse |
|
|
fang
|
  |
| Joined: 20 Mar 2007 |
| Total Posts: 88 |
|
|
| 23 May 2016 08:38 PM |
| if there was a way to represent me bashing my head on a table it would probably be somewhere below this line of text |
|
|
| Report Abuse |
|
|
2eggnog
|
  |
| Joined: 08 Nov 2008 |
| Total Posts: 1351 |
|
|
| 23 May 2016 08:47 PM |
You gotta either learn to make it yourself or pay someone to make it. Chances are nobody's going to do it for free.
|
|
|
| Report Abuse |
|
|
| |
|
johny220
|
  |
| Joined: 30 Oct 2011 |
| Total Posts: 4584 |
|
|
| 23 May 2016 09:25 PM |
particle = Instance.New("Particle")
particle.Parent = game.Players.LocalPlayer.Character.Torso
the end
|
|
|
| Report Abuse |
|
|
|
| 24 May 2016 03:09 AM |
I dont want everyone to have it though
|
|
|
| Report Abuse |
|
|
Ben1925
|
  |
| Joined: 07 Apr 2011 |
| Total Posts: 741 |
|
|
| 24 May 2016 09:34 AM |
| Well, you can make a new particle system inside the head? And offset it? If that's even possible... I haven't kept in touch with the new Roblox features except for the God ray shaders. Those were cool. |
|
|
| Report Abuse |
|
|
0Dan
|
  |
| Joined: 22 Oct 2009 |
| Total Posts: 2552 |
|
|
| 24 May 2016 09:38 AM |
Uh, you should go back to basics..
if statements and a ParticleEmitter is what you're looking for
|
|
|
| Report Abuse |
|
|
johny220
|
  |
| Joined: 30 Oct 2011 |
| Total Posts: 4584 |
|
|
| 24 May 2016 12:46 PM |
admins = {"Player1", "scrubboy", "FunSizedMilk"} function checkIfAdmin(name) for i = 1,#admins do if (string.lower(name) == string.lower(admins[i])) then return true end end return false end
particle = Instance.New("Particle")
if checkIfAdmin(player.Name) then
particle.Parent = game.Players.LocalPlayer.Character.Torso
I didn't test it but it should be something like this
|
|
|
| Report Abuse |
|
|
|
| 24 May 2016 01:23 PM |
the bottom line is broken
admins = {"Player1", "scrubboy", "FunSizedMilk"} function checkIfAdmin(name) for i = 1,#admins do if (string.lower(name) == string.lower(admins[i])) then return true end end return false end
particle = Instance.New("Particle")
if checkIfAdmin(player.Name) then
particle.Parent = game.Players.LocalPlayer.Character.Torso
fix for this?
|
|
|
| Report Abuse |
|
|
|
| 24 May 2016 01:32 PM |
also how do i add a custom particle effect???
|
|
|
| Report Abuse |
|
|
|
| 24 May 2016 01:35 PM |
| Omg. Before ever making a game learn to script. Now go learn or get the heck out idiot. |
|
|
| Report Abuse |
|
|
|
| 24 May 2016 01:36 PM |
Stop and go away I dont need that response here
|
|
|
| Report Abuse |
|
|
johny220
|
  |
| Joined: 30 Oct 2011 |
| Total Posts: 4584 |
|
|
| 24 May 2016 01:57 PM |
lmao why are you all being so mean
|
|
|
| Report Abuse |
|
|
|
| 24 May 2016 02:05 PM |
no one is gonna help him every time he needs help with something script related so the best way to help him is to tell him to go and learn how to script |
|
|
| Report Abuse |
|
|
|
| 24 May 2016 02:08 PM |
admins = {"Player1", "FunSizedMilk", "FunSizedPoptart"} function checkIfAdmin(name) for i = 1,#admins do if (string.lower(name) == string.lower(admins[i])) then return true end end return false end
local particle = game.Workspace.particle1:Clone()
if checkIfAdmin(game.Players.LocalPlayer.Name) then end particle.Parent = game.Players.LocalPlayer.Character.Torso
//someone please help btw particle1 is the name of the particle
|
|
|
| Report Abuse |
|
|
johny220
|
  |
| Joined: 30 Oct 2011 |
| Total Posts: 4584 |
|
|
| 24 May 2016 03:29 PM |
^^ you just copied my script lol plus the particle's name is just "particle"
|
|
|
| Report Abuse |
|
|
|
| 24 May 2016 04:07 PM |
http://wiki.roblox.com/index.php?title=Custom_particles
This siggy is copyrighted © |
|
|
| Report Abuse |
|
|
| |
|
Notwal
|
  |
| Joined: 31 Dec 2014 |
| Total Posts: 915 |
|
|
| 24 May 2016 06:07 PM |
http://wiki.roblox.com/index.php?title=Intro_to_Scripting
|
|
|
| Report Abuse |
|
|
morash
|
  |
| Joined: 22 May 2010 |
| Total Posts: 5834 |
|
|
| 24 May 2016 06:21 PM |
| Have you tried driving your car into a brick wall? I hear it helps you script. |
|
|
| Report Abuse |
|
|
Fangous
|
  |
| Joined: 03 Jul 2010 |
| Total Posts: 4448 |
|
|
| 24 May 2016 06:28 PM |
| can we please stop bumping this i cringe every time i see the title |
|
|
| Report Abuse |
|
|
johny220
|
  |
| Joined: 30 Oct 2011 |
| Total Posts: 4584 |
|
|
| 24 May 2016 06:32 PM |
bump, DUDE HE NEEDS HELP!!
|
|
|
| Report Abuse |
|
|