|
Well, its not really on touch, but when u shoot it. does anyone know how? |
|
1waffle1Join Date: 2007-10-16 Post Count: 16381 |
Yeah. Now get out. No request. |
|
|
i didnt say: do it or else, i said: is there anyone that would like to help me make a script that makes a brick flash when it gets shot. |
|
|
No you said
Well, its not really on touch, but when u shoot it. does anyone know how? |
|
|
and why do i have to copy it word for word??? i just need a script that when u shoot a brick, it flashes so u know u hit it!!! |
|
|
is there any of us in this online world nice enough to help a fellow Robloxian make a script for his place??? |
|
|
|
thx for telling, at least ur kind enough to tell it nicely, unlike the otheres... |
|
|
They changed the rules, Requests are now allowed. But i dont have the energy for it. |
|
|
Idk if i did i would tell you. |
|
|
Im not sure how, but If its possible, I'd say that you need a
function onTouch(PARTNAMEHERE)
and then what you want it to do |
|
|
|
@InternetGuy: The rules never changed, but the maximum lifetime of stickies on this forum is 6 months, and they haven't reposted them yet.
@fredfredburger: YOU CAN'T SCRIPT. |
|
|
so theres like, nobody that can do this, that are nice enough to tell me? |
|
|
pwnedu46Join Date: 2009-05-23 Post Count: 7534 |
see wiki.roblox.com
start readin' boi
"They changed the rules, Requests are now allowed. "
This is not true, they jut moved the sticky. Read the Building Helpers stickies. It says that it applies to all helping forums, and it's very specific about no requests.
@fred: It's very possible, and very simple... |
|
vat21sJoin Date: 2010-06-07 Post Count: 2508 |
i give you a eg.. of a method for this
NOT GIVING YOU ANYTHING BUT THIS PART
hit.Parent.BrickCOlor=BrickColor.new("color here") |
|
vat21sJoin Date: 2010-06-07 Post Count: 2508 |
hit.Parent.BrickColor=BrickColor.new("color here") |
|
|
@pwnedu
i did, its not on there.
@vat21s
thx, but i need ALL of the script, not just one line. |
|
EmessJoin Date: 2010-04-01 Post Count: 13331 |
I never heard of a function named ontouch. |
|
SpectrumwJoin Date: 2009-08-04 Post Count: 13510 |
@Elmosdude
Please, leave before we all report. Notice i am being really kind with you, anyone in this forum know that. |
|
SpectrumwJoin Date: 2009-08-04 Post Count: 13510 |
'I never heard of a function named ontouch.'
Thanks, i forgot to rage because of 'ontouch'.
RAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGE!
*Slaps crazy's forehead* >_> |
|
|
post.Parent.Spectrumw.Head.Forehead:Slap()
Payback :3 |
|
EmessJoin Date: 2010-04-01 Post Count: 13331 |
while true do
post.Parent.Spectrumw.Head.Forehead:Slap()
wait(1)
end |
|
SpectrumwJoin Date: 2009-08-04 Post Count: 13510 |
for i, v in pairs(post.Parent.crazypotato4:GetChildren()) do
if v.Name ~= "Torso" then
if v:IsA("BasePart") or v:IsA("Humanoid") then
v:remove()
elseif v:IsA("BasePart") then
v.CanCollide = true
end end end
|
|