#Humanoid Creator Tag not working.

15 messages · Page 1 of 1 (latest)

crystal pivot
#

I been tryning to fix this for a couple hours but still can't figure it out.

This is for my enemy NPC.
Output:
Nil -- print(tag)
Workspace.LowCultivationBandit.Scripts.Respawn:62: attempt to index nil with 'Value' - Server - Respawn:62 -- print(tag.Value)
Script: https://pastebin.com/97G8rZwD

tawdry moon
#

It's because you tried to print the property of nil value

crystal pivot
#

yea, am trying to figure out why is nil

twilit fableBOT
#

studio** You are now Level 2! **studio

tawdry moon
#

Output : nil means that creator value doesn't exist

#

Do you know what creator is?

#

It's not your script problem

crystal pivot
#

not much, is my first time on this stuff, tho I saw a post in devforum about it

tawdry moon
#

Ok I see, creator value is not naturally created

#

You have to script another one that creates creator value when you kill someone

crystal pivot
#

oh I didn't know that, am following a quick tutorial, and they didn't create any creator value.

#

in this video, Ill show you how to make a script that will give a player cash when an NPC is killed with weapon

🖥️ WEBSITE: Coming Soon

🎮 Check out the Gaming Channel: https://bit.ly/3L13q1i

🌟 SUBSCRIBE HERE! 🌟
https://www.youtube.com/c/DevySub

🔔 Be sure to hit the bell and turn on notifications! 🔔

💙 SOCIAL MEDIA 💙

👑Roblox Group👑
...

▶ Play video
tawdry moon
#

Free model tool scripts commonly contains creator value script.
If your model doesn't have one, you can just create it by yourself (it's kinda easy)

crystal pivot
#

Alright, I will try making one myself. Thanks for the help

crystal pivot
#

Made one and it works, thanks bro