Surface GUI Animated Gif On Part

Hello There! I have a question that I want to ask. So I had made the gif animated images on the part for the first time. And it works great. But the thing is, I wanted to make the gif image more brighter with surface gui on the part. Instead of screen gui. How can I edited that type of script on the part brick as a brighten image screen?

2 Likes

Gifs in Roblox with only 1 image - Resources / Community Resources - DevForum | Roblox

1 Like

Here is the script I had done on the part brick.

local Players = game:GetService(“Players”) local LocalPlayer = Players.LocalPlayer local Mouse = LocalPlayer:GetMouse() local Function = LocalPlayer.Character.HumanoidRootPart.ClickDetector.MouseClick:Connect(function(player) if Mouse.Target ~= nil then if Mouse.Target.Name == “Part” then } end end end)

Wait, I have made the gif image as brighten as this one. (Note: This is not the same part brick script I had done.)