Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How would i make text appear when someone gets close to it?

Asked by 5 years ago
Edited 5 years ago

I am trying to make a Roblox horror game and i am trying to get a text to appear on a piece of paper when a player gets close enough. You know, like a ghost would be writing it out. How would i do this though? How would i make decals appear when a player gets close enough?

0
Use magnitude, "local magnitude = (Paper.Position - Player.Position).magnitude" for example, and then you can detect the distance with "if magnitude < (numbers) then" MArzalAlBuchariZ 33 — 5y

Answer this question