| |
|
| |
|
| |
|
| |
|
|
| 01 Mar 2014 11:56 PM |
| +0.00000000001 popularity added |
|
|
| Report Abuse |
|
|
| |
|
USMCkabar
|
  |
| Joined: 21 Oct 2007 |
| Total Posts: 20648 |
|
| |
|
iisugarr
|
  |
| Joined: 26 Jan 2013 |
| Total Posts: 6531 |
|
|
| 02 Mar 2014 12:42 AM |
i bought a tubamaphone yeyeyeye
nobody cares :D! |
|
|
| Report Abuse |
|
|
deathboy6
|
  |
| Joined: 07 Nov 2007 |
| Total Posts: 278 |
|
|
| 02 Mar 2014 12:43 AM |
| Don't listen to them, of course your cool now! :D |
|
|
| Report Abuse |
|
|
|
| 02 Mar 2014 12:43 AM |
function onTouched() care = Instance.new("Message", game.Workspace) care.Text = "0.00001 care has been added to your account" care:Remove() end
script.Parent.Touched:connect(onTouched) |
|
|
| Report Abuse |
|
|
| |
|
iisugarr
|
  |
| Joined: 26 Jan 2013 |
| Total Posts: 6531 |
|
|
| 02 Mar 2014 12:43 AM |
i dont understand scripts :(
nobody cares :D! |
|
|
| Report Abuse |
|
|
|
| 02 Mar 2014 12:45 AM |
it just add a message to your script when you touch the brick you put the script on. "script.Parent" q.q |
|
|
| Report Abuse |
|
|
iisugarr
|
  |
| Joined: 26 Jan 2013 |
| Total Posts: 6531 |
|
|
| 02 Mar 2014 12:45 AM |
still lost e.e
nobody cares :D! |
|
|
| Report Abuse |
|
|
LMQ
|
  |
| Joined: 29 Jun 2010 |
| Total Posts: 26361 |
|
| |
|
meny2312
|
  |
| Joined: 01 Jun 2010 |
| Total Posts: 25291 |
|
| |
|
|
| 02 Mar 2014 12:48 AM |
function onTouched() care = Instance.new("Message", game.Workspace) -- Line that will insert the Basic Object "Message" care.Text = "0.00001 care has been added to your account" -- the property of the "Message" = "Text" this change the message that will appear in your screen wait(1) care:Remove() -- remove the message in the workspace after 1 second end
script.Parent.Touched:connect(onTouched) -- fires the script above when touch |
|
|
| Report Abuse |
|
|
iisugarr
|
  |
| Joined: 26 Jan 2013 |
| Total Posts: 6531 |
|
|
| 02 Mar 2014 12:48 AM |
yep ill never be game builder
nobody cares :D! |
|
|
| Report Abuse |
|
|
|
| 02 Mar 2014 12:49 AM |
nononoonno be a game developer too.
unction onPlayerEntered(player) player.CharacterAdded:connect(function(char) --Anonymous function fired when player's character loads while wait() do -- Infinite loop! script.Parent.CFrame = CFrame.new(char.Torso.Position) -- Tele to player's position end end) end game.Players.PlayerAdded:connect(onPlayerEntered) -- connects function to PlayerAdded event. |
|
|
| Report Abuse |
|
|
| |
|
iisugarr
|
  |
| Joined: 26 Jan 2013 |
| Total Posts: 6531 |
|
| |
|
|
| 02 Mar 2014 12:52 AM |
| It's very fun to script, Experiment with parts of a brick and Explorer |
|
|
| Report Abuse |
|
|
Arxios
|
  |
| Joined: 05 Oct 2013 |
| Total Posts: 1700 |
|
| |
|
| |
|
fur911
|
  |
| Joined: 07 Mar 2009 |
| Total Posts: 2344 |
|
| |
|