yankeejr
|
  |
| Joined: 04 Jul 2012 |
| Total Posts: 4906 |
|
|
| 05 Dec 2014 08:06 PM |
--How would I make it so that when you hover over the part it turns really red, but when it leaves it resets to mid grey?
Player = game.Players.LocalPlayer
local mouse = Player:GetMouse() function click() local Item = mouse.Target if Item.Name == "Item" and Item~=nil then
Item:remove()
Item.BrickColor = BrickColor.new("Really red")
end end mouse.Button1Down:connect(click) |
|
|
| Report Abuse |
|
|
|
| 05 Dec 2014 08:09 PM |
| Are you wanting to add or edit to this code you've given us? |
|
|
| Report Abuse |
|
|
yankeejr
|
  |
| Joined: 04 Jul 2012 |
| Total Posts: 4906 |
|
| |
|
yankeejr
|
  |
| Joined: 04 Jul 2012 |
| Total Posts: 4906 |
|
| |
|
yankeejr
|
  |
| Joined: 04 Jul 2012 |
| Total Posts: 4906 |
|
| |
|
Ruinable
|
  |
| Joined: 14 Sep 2014 |
| Total Posts: 8903 |
|
|
| 05 Dec 2014 08:39 PM |
I forgot how to do it with parts, lol
Mr. Mustachio | ( ͡°╭͜ʖ╮͡° ) |
|
|
| Report Abuse |
|
|
yankeejr
|
  |
| Joined: 04 Jul 2012 |
| Total Posts: 4906 |
|
| |
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
|
| 06 Dec 2014 12:30 AM |
| what if you just use mousehoverenter |
|
|
| Report Abuse |
|
|