Play Forumz!
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Welcome Fun-Cravers and all!
 
HomePortalGallerySearchLatest imagesRegisterLog in

 

 Touch Scripts

Go down 
3 posters
AuthorMessage
ihaveamac
Whisperer
Whisperer
ihaveamac


Number of posts : 37
Age : 26
Mood :
Touch Scripts Left_bar_bleue50 / 10050 / 100Touch Scripts Right_bar_bleue

Registration date : 2009-05-12

Special Info
Rewards: Great Advisor/Mentor
Infractions: N/A

Touch Scripts Empty
PostSubject: Touch Scripts   Touch Scripts EmptyMon Jun 08, 2009 10:27 am

When a brick is touched, it does something, like KILL A PLAYER!!!!! HAHAHAHAHAHAH--- (cough) (cough) ...lol
Code:
function onTouched(hit)
local human = hit.Parent:findFirstChil("Humanoid")
if human ~= nil then
   human.Health = 0
   end
end
script.Parent.Touched:connect(onTouched)
Back to top Go down
Mayu
Community Princess
Mayu


Number of posts : 295
Age : 25
Location : Sydney
Mood :
Touch Scripts Left_bar_bleue2 / 1002 / 100Touch Scripts Right_bar_bleue

Registration date : 2009-04-25

Special Info
Rewards: Treasured Helper
Infractions: N/A

Touch Scripts Empty
PostSubject: Re: Touch Scripts   Touch Scripts EmptyMon Jun 08, 2009 10:35 am

o wow! i noe jus wher i can use this!
Back to top Go down
ihaveamac
Whisperer
Whisperer
ihaveamac


Number of posts : 37
Age : 26
Mood :
Touch Scripts Left_bar_bleue50 / 10050 / 100Touch Scripts Right_bar_bleue

Registration date : 2009-05-12

Special Info
Rewards: Great Advisor/Mentor
Infractions: N/A

Touch Scripts Empty
PostSubject: Money Giver   Touch Scripts EmptyMon Jun 08, 2009 11:36 am

I'm giving away free money! just use this script!!
(Notice: Insert a model, insert a Humanoid in the model, and the brick in the model. Make sure your leaderboard is ROBUX (case sensitive))
Code:
script.Parent.Parent.Name = ("Get 1000 ROBUX")
script.Parent.BrickColor = BrickColor.new("Bright green")
local debounce = false
function onTouched(hit)
if debounce == false then
   local human = hit.Parent:findFirstChild("Humanoid")
   local player= game.Players:findFirstChild(hit.Parent.Name)
   if human ~= nil then
      name= hit.Parent.Name
      debounce = true
      script.Parent.BrickColor = BrickColor.new("Bright red")
      script.Parent.Parent.Name = ("ROBUX given to " ..name )
      cash = player.leaderstats:findFirstChild("ROBUX")
      cash.Value = cash.Value + 1000
      wait(1)
      script.Parent.BrickColor = BrickColor.new("Bright green")
      script.Parent.Parent.Name = ("Get 1000 ROBUX")
      debounce = false
      end
   end
end
script.Parent.Touched:connect(onTouched)
Back to top Go down
Happy
Talker
Talker
Happy


Number of posts : 41
Age : 27
Location : Georgia
Mood :
Touch Scripts Left_bar_bleue95 / 10095 / 100Touch Scripts Right_bar_bleue

Registration date : 2009-05-26

Special Info
Rewards: None
Infractions: 0/5

Touch Scripts Empty
PostSubject: Re: Touch Scripts   Touch Scripts EmptyMon Jun 08, 2009 6:12 pm

ive been wanting to download it since youved mentioned it, but i'm not sure, does it make your computer go slower, and is it really that fun, plus what do you do there?
Back to top Go down
Mayu
Community Princess
Mayu


Number of posts : 295
Age : 25
Location : Sydney
Mood :
Touch Scripts Left_bar_bleue2 / 1002 / 100Touch Scripts Right_bar_bleue

Registration date : 2009-04-25

Special Info
Rewards: Treasured Helper
Infractions: N/A

Touch Scripts Empty
PostSubject: Re: Touch Scripts   Touch Scripts EmptyTue Jun 09, 2009 10:38 am

roblox is lyk a virtual lego land. ppl lyk ian lyks the part wher u use advancd codes 2mak stuff happn in ther. u cud meet new ppl & play activitys.

plus u cud also earn a certain typ of munny. 1day wen mi intrnt gets fastr we r gona use it 2play with ian & his friends. its rly fun accordin 2ian.
Back to top Go down
Sponsored content





Touch Scripts Empty
PostSubject: Re: Touch Scripts   Touch Scripts Empty

Back to top Go down
 
Touch Scripts
Back to top 
Page 1 of 1
 Similar topics
-
» Leaderboard Scripts
» HopperBin/Tool Scripts

Permissions in this forum:You cannot reply to topics in this forum
Play Forumz! :: Other Stuff :: Garbage :: Websites Section :: Video Gaming Websites :: Roblox :: Roblox Lua Codes Board-
Jump to: