of     1   

rowerowe71
#182652292Saturday, January 30, 2016 3:09 AM GMT

The script runs and prints but the decal doesn't show up anywhere in the workspace and i can't find it in the explorer anywhere either mouse.Button1Down:connect(function() if mouse.Target ~= nil then if mainfolder.extras.Value == true then if mainfolder.decalvalue.Value == true then if mouse.Target.Parent ~= "Character" then if mouse.Target.Parent == game.Workspace then if player.Character:FindFirstChild("coollasso") ~= nil then local decal = Instance.new("Decal",mouse.Target) decal.Name = "Decal" decal.Face = mouse.TargetSurface decal.Texture = "http://www.roblox.com/asset/?id=" ..mainfolder.currentdecal.Value - 1 print "WOOO" end end end end end end end)
WoolHat
#182652618Saturday, January 30, 2016 3:14 AM GMT

No object is being created at all? Replace the "wooo" with print(decal:GetFullName) and follow the inheritance of it, if the printout isn't nil. Tell us what it reads
rowerowe71
#182653031Saturday, January 30, 2016 3:22 AM GMT

Prints Workspace.Part.Decal as expected but there's no decal omg nvm just realized as i was writing this i have fe on and i need to make this fe compatible probably thx
rowerowe71
#182653363Saturday, January 30, 2016 3:28 AM GMT

Actually it still doesn't work I've made it fe compatible but I'm still having the exact same problem btw I'm only testing this on studio if that matters
rowerowe71
#182653583Saturday, January 30, 2016 3:33 AM GMT

this is interesting when i ran a server on studio the decal shows up in the server but not in any of the clients??
rowerowe71
#182654687Saturday, January 30, 2016 3:51 AM GMT

quick bump
rowerowe71
#182658818Saturday, January 30, 2016 4:59 AM GMT

another one
rowerowe71
#182670893Saturday, January 30, 2016 1:39 PM GMT

good morning bump

    of     1