Categories > Exploiting > Scripts >

How to make Hint with custom png.

OwlGuru

Gaming LV

Posts: 25

Threads: 15

Joined: Sep, 2021

Reputation: 0

Posted

Hello, I am making a script hub and I want to know how to make a corner hint that has a custom png that I have. How do I do this? 

  • 0

Added

@_realnickk The problem is I don't know how to use the Send Notification. I tried yesterday to execute a Send Notification script and all it did was show me an error in console? Maybe you have a script that has a logo I can apply?  Here is a image for example. https://prntscr.com/26b4j8h  I want to put a image/logo

  • 0

I play minecraft and sometimes roblox with cheats

D4rk_

D4rk

vip

Posts: 17

Threads: 1

Joined: May, 2021

Reputation: 5

Replied

@OwlGuru


Something like this? 

 

local a = Instance.new("Hint", workspace)

a.Text = "Loading Dark Hub"

wait(3)

a:Destroy()

  • 0

https://frazix20.noahdepireux.repl.co/

Roshanth

Chaotic_Void

Posts: 17

Threads: 8

Joined: Jan, 2020

Reputation: 3

Replied

    game.StarterGui:SetCore("SendNotification", {
        Title = "Test";
        Text = "your message";
        Icon = "rbxthumb://type=Asset&id=2022095316&w=150&h=150"; -- use this if your image is a decal
        Duration = 3; -- Time it will last
    } )

    --"rbxassetid://2022095316" <-- use this if your picture is a image
  • 0

Exploits I Own: Synapse X, Dx9ware, v-severe, Calamari(Rip)

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )