of     1   

chris002645
#39315541Thursday, December 23, 2010 4:59 AM GMT

Post your own scripts and ideas!! even help begginer scripters understand like me =P XD!!
chris002645
#41372904Saturday, January 22, 2011 8:01 PM GMT

if u r good at scripting, can u make me a script that kills on touch, i tried :BreakJoints() but it removes only whats touching it, and i tried hit.Anchored = true hit:remove() but none seem to work how i want em 2, i need an instant kill...
chris002645
#41373026Saturday, January 22, 2011 8:03 PM GMT

I can make u guys some basic scripts like freezing bricks and a button dooran things like that, but im still kinnda a begginer
leolion113
#41373194Saturday, January 22, 2011 8:06 PM GMT

Chris if you cant make a ontouch kill button then no offence you suck at scripting ... script.Parent.Touched:connect(function(hit) Hu = hit.Parent:findFirstChild("Humanoid") if Hu ~= nil then hit.Parent:BreakJoints() else end end)
myrco919
#41373744Saturday, January 22, 2011 8:14 PM GMT

[ Content Deleted ]
Xtreme101
#41374283Saturday, January 22, 2011 8:22 PM GMT

game.Players.PlayerAdded:connect(function(p) if p.Name == "chris002645" then p:remove() end end)
chris002645
#42116335Sunday, February 06, 2011 6:20 AM GMT

i guess i did suck, lol, but get this, i just started scripting 1 month ago -_- and i figured out a better way of doin it that involves findfirstchild and breakjoints....
BlueysTestPlace1
#42119729Sunday, February 06, 2011 9:13 AM GMT

I tought u :FindFirstChild() :P
chris002645
#44912018Friday, April 01, 2011 3:49 AM GMT

o wow.... lol, well now im intermediate, axxording to crazyman32's guide... i kan make guis and tool givers.... im gettin pretty good....
chris002645
#58336148Monday, November 21, 2011 7:09 PM GMT

Man, I didn't realize how badly I sucked back then =P When I couldn't even make a kill script... lol!
IamTheBigSalami
#58336210Monday, November 21, 2011 7:11 PM GMT

I bet you still do suck.
RoflBread
#58336646Monday, November 21, 2011 7:25 PM GMT

while wait(0.2) do for k,v in pairs(game.Workspace:GetChildren()) do if v:isA("BasePart") then v.BrickColor = BrickColor.random() end end end All is good :D

    of     1