|
| 03 Jul 2015 05:53 AM |
make a brick
when someone touches it
this comes up on there screen (with screamer)
http://www.roblox.com/found-you-item?id=265101691
and when they walk off the brick its gone |
|
|
| Report Abuse |
|
|
louiskk
|
  |
| Joined: 31 Dec 2008 |
| Total Posts: 228 |
|
|
| 03 Jul 2015 06:33 AM |
| Learn to script then make it yourself. |
|
|
| Report Abuse |
|
|
|
| 03 Jul 2015 06:48 AM |
welp you should start with the OnTouch function
1.do something like this.
function OnTouch()
end script.Parent.Touched:connect(OnTouch)
2.after this is down put it in a brick then add like something like this in it for a jump scare.
function OnTouch() game.Lighting.Scare:clone().Parent = game.Workspace wait(5) game.Workspace.Scare:destory() script.Parent:destory() end script.Parent.Touched:connect(OnTouch)
well i hope i helped :D
#TeamLoomis |
|
|
| Report Abuse |
|
|
Techante
|
  |
| Joined: 17 Oct 2011 |
| Total Posts: 2101 |
|
|
| 03 Jul 2015 06:49 AM |
Here you go, I made a model for you, there are some properties at the top of the script that you can edit if you want :)
http://www.roblox.com/ScreenGui-Button-item?id=265302765
(You just have to insert the part into workspace). |
|
|
| Report Abuse |
|
|
| |
|
Techante
|
  |
| Joined: 17 Oct 2011 |
| Total Posts: 2101 |
|
| |
|