local image = script.Parent.Image local player = game:GetService("Players").LocalPlayer local place_id = 920587237 image = place_id -- error function telept() game:GetService("TeleportService"):Teleport(place_id,player) end script.Parent.MouseButton1Click:Connect(telept)
ImageButton
I want to use the icon of a game as a decal for the button
No no no, you can't use a place ID for a decal/image. This is because that ID is being used for a place, and not a decal.
Take the game icon and make it a decal. Then use that decal's ID.