Hibobb
|
  |
| Joined: 18 Apr 2010 |
| Total Posts: 2146 |
|
|
| 17 Jan 2015 12:59 PM |
What does this error message mean and what could be the cause? HTTP (403) Asset is not trusted for this place
local player = script.Parent.Parent.Parent.Parent.Parent.Parent local coinsDataStore = game:GetService("DataStoreService"):GetDataStore("Coins") local key = player.userId local price = 300 local asset = 189910262 debounce = false
script.Parent.MouseButton1Click:connect(function() if not debounce then debounce = true local lastValue = coinsDataStore:GetAsync(key) if lastValue >= price then coinsDataStore:UpdateAsync(key,function(oldValue) newValue = oldValue or 0 newValue = newValue - price return newValue end) local assetModel = game:GetService("InsertService"):LoadAsset(asset) local tool = assetModel:FindFirstChild("Tool") if tool then tool.Parent = player.Backpack elseif not tool then script.Parent.Price.Text = "An error has occured with this tool" end end wait(3) debounce = false end end)
script.Parent.MouseEnter:connect(function() script.Parent.Price.Visible = true end)
script.Parent.MouseLeave:connect(function() script.Parent.Price.Visible = false end)
Hey, check this place out! http://www.roblox.com/Maze-Escape-Deep-Alpha-place?id=194858740 |
|
|
| Report Abuse |
|
|
|
| 17 Jan 2015 01:00 PM |
It's probably cause because the asset is not trusted for the place. You need to own it, or it needs to be made by Roblox. |
|
|
| Report Abuse |
|
|
|
| 17 Jan 2015 01:01 PM |
Its either not made by roblox, not in your inventory, or a deleted asset.
-{cpmoderator12345}- ||:Conquerer of Role-Playing forum:|| ||:average scripter:|| |
|
|
| Report Abuse |
|
|
Hibobb
|
  |
| Joined: 18 Apr 2010 |
| Total Posts: 2146 |
|
|
| 17 Jan 2015 01:14 PM |
Its a tool from Roblox
Hey, check this place out! http://www.roblox.com/Maze-Escape-Deep-Alpha-place?id=194858740 |
|
|
| Report Abuse |
|
|
Hibobb
|
  |
| Joined: 18 Apr 2010 |
| Total Posts: 2146 |
|
|
| 18 Jan 2015 12:46 PM |
B
Hey, check this place out! http://www.roblox.com/Maze-Escape-Deep-Alpha-place?id=194858740 |
|
|
| Report Abuse |
|
|
Hibobb
|
  |
| Joined: 18 Apr 2010 |
| Total Posts: 2146 |
|
|
| 19 Jan 2015 10:03 AM |
U
Hey, check this place out! http://www.roblox.com/Maze-Escape-Deep-Alpha-place?id=194858740 |
|
|
| Report Abuse |
|
|
Hibobb
|
  |
| Joined: 18 Apr 2010 |
| Total Posts: 2146 |
|
|
| 19 Jan 2015 02:59 PM |
M
Hey, check this place out! http://www.roblox.com/Maze-Escape-Deep-Alpha-place?id=194858740 |
|
|
| Report Abuse |
|
|