isc88
|
  |
| Joined: 30 May 2013 |
| Total Posts: 27545 |
|
|
| 08 Aug 2015 10:21 PM |
player = game.Players.LocalPlayer mouse = player:GetMouse() decal = "281563831" BaseUrl = "http://www.roblox.com/asset/?id=" mouse.Button1Down:connect(function() if mouse.Target ~= nil then if mouse.Target.ClassName == "Part" or mouse.Target.ClassName == "UnionOperation" then if mouse.Target.Locked == false then if mouse.Target.Parent.ClassName == "Model" then for _,v in next,mouse.Target.Parent:GetChildren() do dec = Instance.new("Texture", v) dec.Texture = BaseUrl .. decal dec.StudsPerTileU = 10 dec.StudsPerTileV = 10 dec.Face = "Top" dec2 = dec:Clone() dec2.Face = "Bottom" dec3 = dec:Clone() dec3.Face = "Left" dec4 = dec:Clone() dec4.Face = "Right" dec5 = dec:Clone() dec5.Face = "Back" dec6 = dec:Clone() dec6.Face = "Front" end end end end end end)
It works, except for all the texture's faces become "Top"
what siggy |
|
|
| Report Abuse |
|
|
isc88
|
  |
| Joined: 30 May 2013 |
| Total Posts: 27545 |
|
| |
|
|
| 08 Aug 2015 10:22 PM |
roblox wiki surfaces, theres a special thing you got to do for dropdown selections
http://www.roblox.com/Trade/TradeWindow.aspx?TradePartnerID=9960695 |
|
|
| Report Abuse |
|
|
isc88
|
  |
| Joined: 30 May 2013 |
| Total Posts: 27545 |
|
|
| 08 Aug 2015 10:29 PM |
Is it enum?
I can't figure out exactly how to use it qq
what siggy |
|
|
| Report Abuse |
|
|
| |
|
isc88
|
  |
| Joined: 30 May 2013 |
| Total Posts: 27545 |
|
| |
|
isc88
|
  |
| Joined: 30 May 2013 |
| Total Posts: 27545 |
|
| |
|