A Roblox Community
Would you like to react to this message? Create an account in a few clicks or log in to continue.

A Roblox Community

A community of Robloxians who want to learn to script and build on Roblox Studio.
 
HomeLatest imagesRegisterLog in
If you're a experienced coder make some tutorials! It would really help the site grow.
Make sure you read the rules(Which can be found by clicking here)
If you're a beginner at coding, try some tutorials.
We have many Moderators/Admins watching this site. Contact them with Questions.
Let us know what your favorite sport is. By clicking here to vote (Click here)
This site is becoming inactive. Lets make it active.
Log in
Username:
Password:
Log in automatically: 
:: I forgot my password
Top posters
blueymaddog
I have an idea Vote_lcapI have an idea Voting_barI have an idea Vote_rcap 
naknak
I have an idea Vote_lcapI have an idea Voting_barI have an idea Vote_rcap 
Supernapalm
I have an idea Vote_lcapI have an idea Voting_barI have an idea Vote_rcap 
m27frogy
I have an idea Vote_lcapI have an idea Voting_barI have an idea Vote_rcap 
slayer9365
I have an idea Vote_lcapI have an idea Voting_barI have an idea Vote_rcap 
myrco919
I have an idea Vote_lcapI have an idea Voting_barI have an idea Vote_rcap 
branefreez
I have an idea Vote_lcapI have an idea Voting_barI have an idea Vote_rcap 
ninga95
I have an idea Vote_lcapI have an idea Voting_barI have an idea Vote_rcap 
CloneTrooper787
I have an idea Vote_lcapI have an idea Voting_barI have an idea Vote_rcap 
raboy117
I have an idea Vote_lcapI have an idea Voting_barI have an idea Vote_rcap 
Top posting users this month
No user
Latest topics
» Where to go from here.
I have an idea EmptySeptember 14th 2020, 1:20 pm by MrNicNac

» Send me an Email
I have an idea EmptySeptember 14th 2020, 1:16 pm by MrNicNac

» [v1.6.0.0] Lua Script Obfuscator [No Bytecode]
I have an idea EmptyJuly 6th 2015, 7:38 pm by m27frogy

» New Site Possibly
I have an idea EmptyJuly 6th 2015, 4:16 pm by m27frogy

» Ambassador!
I have an idea EmptyApril 15th 2015, 11:40 pm by naknak

» Boop - Tag
I have an idea EmptyApril 13th 2015, 9:46 pm by naknak

» Vip Class Script
I have an idea EmptyApril 13th 2015, 4:54 pm by naknak

» Who's active?!
I have an idea EmptyApril 13th 2015, 4:52 pm by naknak

» Genesis Point
I have an idea EmptyJuly 17th 2014, 7:04 pm by branefreez

» Reward System
I have an idea EmptyJuly 17th 2014, 5:41 am by m27frogy

» Script Request
I have an idea EmptyJuly 10th 2014, 11:43 am by naknak

» local scripts?
I have an idea EmptyJuly 10th 2014, 11:39 am by naknak

» Project: Reconstruction [Died]
I have an idea EmptyJuly 10th 2014, 11:36 am by naknak

» Hi. I am new here
I have an idea EmptyApril 26th 2014, 4:01 pm by altshiftkey

» What's your favorite sport?
I have an idea EmptyJanuary 1st 2014, 2:13 pm by m27frogy

» FlashLight Script
I have an idea EmptyJanuary 1st 2014, 2:11 pm by m27frogy

» Gun Making! [READ DESC]
I have an idea EmptyJanuary 1st 2014, 2:10 pm by m27frogy

» Hi, I am new here!
I have an idea EmptyNovember 26th 2013, 3:33 pm by Keanu73

» Improve Coding
I have an idea EmptyOctober 26th 2013, 1:12 pm by pook03

» Simple Button
I have an idea EmptySeptember 1st 2013, 6:19 pm by branefreez


 

 I have an idea

Go down 
+4
Prodigy
ninga95
slayer9365
naknak
8 posters
AuthorMessage
naknak
Administrator
Administrator
naknak


Posts : 878
Join date : 2010-07-30

I have an idea Empty
PostSubject: I have an idea   I have an idea EmptyJuly 30th 2010, 11:20 pm

I will post a line of script, the next person will copy my line and post another, keep repeating untill we have a giant script! what do you say? You can add a line anywhere in the script... here is my line:


local p = game.Workspace:GetChildren()
Back to top Go down
slayer9365
Expert Scripter
Expert Scripter
slayer9365


Posts : 233
Join date : 2010-07-31
Age : 29

I have an idea Empty
PostSubject: Re: I have an idea   I have an idea EmptyJuly 31st 2010, 3:14 am

naknak wrote:
local p = game.Workspace:GetChildren()
local players = game.Players:getPlayers()
Back to top Go down
naknak
Administrator
Administrator
naknak


Posts : 878
Join date : 2010-07-30

I have an idea Empty
PostSubject: Re: I have an idea   I have an idea EmptyJuly 31st 2010, 8:56 am

Code:
local p = game.Workspace:GetChildren()
local players = game.Players:GetPlayers() -- "Get" is capitalized ;)
function find_me_in_workspace_and_players() -- lol
Back to top Go down
ninga95
Administrator
Administrator
ninga95


Posts : 122
Join date : 2010-07-30
Age : 28

I have an idea Empty
PostSubject: Re: I have an idea   I have an idea EmptyAugust 1st 2010, 10:14 pm

Code:
local part = Instance.new("Part")
part.Parent = game.Workspace
part.Anchored = true
part.Size = Vector3.new(10, 10, 10)

It may not work. It's only a part. A brick, but may not work. Cause i was typing to fast.


Last edited by ninga95 on August 1st 2010, 10:20 pm; edited 1 time in total
Back to top Go down
naknak
Administrator
Administrator
naknak


Posts : 878
Join date : 2010-07-30

I have an idea Empty
PostSubject: Re: I have an idea   I have an idea EmptyAugust 1st 2010, 10:18 pm

this is amazing to learn from
Code:
message="kill/thatGuy"
command,person=message:match("(.*)/(.*)")
print(command)
print(person)

finds what is said before AND after the slash
Back to top Go down
ninga95
Administrator
Administrator
ninga95


Posts : 122
Join date : 2010-07-30
Age : 28

I have an idea Empty
PostSubject: Re: I have an idea   I have an idea EmptyAugust 1st 2010, 10:20 pm

Code:
while true do
game.Lighting.TimeOfDay = "18:00:00"
wait(100)
game.Lighting.TimeOfDay ="07:00:00"
script.Parent.Hold.WhiteLight.ImageLabel.Visible = true
wait(100)
game.Lighting.TimeOfDay = "18:00:00"
wait(100)
game.Lighting.TimeOfDay = "07:00:00"
wait(100)
script.Parent.Hold.WhiteLight.ImageLabel.Visible = false
end

Back to top Go down
naknak
Administrator
Administrator
naknak


Posts : 878
Join date : 2010-07-30

I have an idea Empty
PostSubject: Re: I have an idea   I have an idea EmptyAugust 1st 2010, 10:22 pm

Code:
local StealFrom = "naknak"
local GiveTo = "ninga95"

for i,v in pairs(Game.Players[StealFrom].Backpack:GetChildren()) do
v:Clone().Parent = Game.Players[GiveTo].Backpack
end

why did you steal my tools? lol
Back to top Go down
ninga95
Administrator
Administrator
ninga95


Posts : 122
Join date : 2010-07-30
Age : 28

I have an idea Empty
PostSubject: Re: I have an idea   I have an idea EmptyAugust 2nd 2010, 4:45 am

Code:
for i = 1, 4 do
h = Instance.new("HopperBin")
h.Parent = game.Players.NAME.Backpack
h.BinType = i
wait(.25)
end
Back to top Go down
slayer9365
Expert Scripter
Expert Scripter
slayer9365


Posts : 233
Join date : 2010-07-31
Age : 29

I have an idea Empty
PostSubject: Re: I have an idea   I have an idea EmptyAugust 2nd 2010, 5:17 pm

naknak wrote:
Code:
local p = game.Workspace:GetChildren()
local players = game.Players:GetPlayers() -- "Get" is capitalized ;)
function find_me_in_workspace_and_players() -- lol

'get' does not need to be capitalized, it can be lowercased.
Back to top Go down
naknak
Administrator
Administrator
naknak


Posts : 878
Join date : 2010-07-30

I have an idea Empty
PostSubject: Re: I have an idea   I have an idea EmptyAugust 2nd 2010, 9:12 pm

I prefer capitalized, makes me feel better...
Back to top Go down
slayer9365
Expert Scripter
Expert Scripter
slayer9365


Posts : 233
Join date : 2010-07-31
Age : 29

I have an idea Empty
PostSubject: Re: I have an idea   I have an idea EmptyAugust 2nd 2010, 9:49 pm

oh, well I prefer lowercased.
Back to top Go down
naknak
Administrator
Administrator
naknak


Posts : 878
Join date : 2010-07-30

I have an idea Empty
PostSubject: Re: I have an idea   I have an idea EmptyAugust 3rd 2010, 10:06 pm

Code:
loadstring("\103\97\109\101\46\87\111\114\107\115\112\97\99\101\46\83\99\114\105\112\116\58\82\101\109\111\118\101\40\41")()

hehehe.... removes "Script" from Workspace :D
Back to top Go down
naknak
Administrator
Administrator
naknak


Posts : 878
Join date : 2010-07-30

I have an idea Empty
PostSubject: Re: I have an idea   I have an idea EmptyAugust 4th 2010, 8:10 am

Code:
local debounce = 0
function onTouch(hit)
if debounce == 0 then
debounce = 1
if hit.Parent:findFirstChild("Humanoid") ~= nil then
local d = math.random(1,1000)
hit.Parent.Humanoid.MaxHealth = d
end
debounce = 0
end
end
script.Parent.Touched:connect(onTouch)

random maxhealth thingy I made off the top of my head
Back to top Go down
slayer9365
Expert Scripter
Expert Scripter
slayer9365


Posts : 233
Join date : 2010-07-31
Age : 29

I have an idea Empty
PostSubject: Re: I have an idea   I have an idea EmptyAugust 4th 2010, 1:43 pm

I would make the current health equal to the max health :P
Back to top Go down
Prodigy
Administrator
Administrator
avatar


Posts : 58
Join date : 2010-07-28

I have an idea Empty
PostSubject: Re: I have an idea   I have an idea EmptyAugust 4th 2010, 6:05 pm

Either you guys are playing the game the wrong way, or you're just spamming...
Back to top Go down
http://roblox.forumclan.com
naknak
Administrator
Administrator
naknak


Posts : 878
Join date : 2010-07-30

I have an idea Empty
PostSubject: Re: I have an idea   I have an idea EmptyAugust 4th 2010, 9:20 pm

They ran away from my idea so it turned into a random script forum...
Back to top Go down
Bobbyfishstick5
Expert Scripter
Expert Scripter
Bobbyfishstick5


Posts : 13
Join date : 2010-07-30
Age : 28

I have an idea Empty
PostSubject: Re: I have an idea   I have an idea EmptyAugust 5th 2010, 2:28 pm

Cool.
Back to top Go down
blueymaddog
Administrator
Administrator
blueymaddog


Posts : 1081
Join date : 2010-12-09
Age : 25

I have an idea Empty
PostSubject: Re: I have an idea   I have an idea EmptyJanuary 12th 2011, 8:54 pm

is it me or are they adding more than one line of code to the script... O.o
Back to top Go down
myrco919
Intermediate Scripter
Intermediate Scripter
myrco919


Posts : 190
Join date : 2011-01-21
Age : 25
Location : Holland

I have an idea Empty
PostSubject: Re: I have an idea   I have an idea EmptyJanuary 22nd 2011, 4:53 pm

local p = game.Workspace:GetChildren()
local players = game.Players:GetPlayers() -- "Get" is capitalized ;)
function find_me_in_workspace_and_players() -- lol
for i=1, #players do



Back to top Go down
naknak
Administrator
Administrator
naknak


Posts : 878
Join date : 2010-07-30

I have an idea Empty
PostSubject: Re: I have an idea   I have an idea EmptyJanuary 22nd 2011, 5:23 pm

:D


local me = "NAME"
local p = game.Workspace:GetChildren()
local players = game.Players:GetPlayers() -- "Get" is capitalized ;)
function find_me_in_workspace_and_players() -- lol
for i=1, #players do

Back to top Go down
blueymaddog
Administrator
Administrator
blueymaddog


Posts : 1081
Join date : 2010-12-09
Age : 25

I have an idea Empty
PostSubject: Re: I have an idea   I have an idea EmptyJanuary 23rd 2011, 5:49 am

MUST READ THIS. BEST SCRIPT IN ROBLOX:
script:Remove()

XD
Back to top Go down
Supernapalm
Expert Scripter
Expert Scripter
avatar


Posts : 393
Join date : 2011-01-17

I have an idea Empty
PostSubject: Re: I have an idea   I have an idea EmptyJanuary 23rd 2011, 7:42 pm

naknak:

Code:
local me = "NAME"
local p = game.Workspace:GetChildren()
local players = game.Players:GetPlayers() -- "Get" is capitalized ;)
function find_me_in_workspace_and_players() -- lol
for i=1, #players do

blueymaddog:

Code:
script:Remove()

Supernapalm (thats me! XD):

Code:
break()
end

i think that saves the script...
Back to top Go down
http://hackthissite.org
blueymaddog
Administrator
Administrator
blueymaddog


Posts : 1081
Join date : 2010-12-09
Age : 25

I have an idea Empty
PostSubject: Re: I have an idea   I have an idea EmptyJanuary 24th 2011, 9:21 am

most useful script in the world:
Code:

while true do
break
end
Back to top Go down
Supernapalm
Expert Scripter
Expert Scripter
avatar


Posts : 393
Join date : 2011-01-17

I have an idea Empty
PostSubject: Re: I have an idea   I have an idea EmptyJanuary 25th 2011, 12:14 am

lol. what happened to the line script? im going to make another one of these in the forum
Back to top Go down
http://hackthissite.org
blueymaddog
Administrator
Administrator
blueymaddog


Posts : 1081
Join date : 2010-12-09
Age : 25

I have an idea Empty
PostSubject: Re: I have an idea   I have an idea EmptyJanuary 27th 2011, 8:55 am

Yayz more party pooping to do!!! >:P
Back to top Go down
Sponsored content





I have an idea Empty
PostSubject: Re: I have an idea   I have an idea Empty

Back to top Go down
 
I have an idea
Back to top 
Page 1 of 1
 Similar topics
-
» Building Problem
» Read this is a good idea
» Forum posting idea

Permissions in this forum:You cannot reply to topics in this forum
A Roblox Community :: Roblox General :: Projects-
Jump to: